Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomDomainId ¶
type CustomDomainId struct { SubscriptionId string ResourceGroup string ProfileName string EndpointName string Name string }
func CustomDomainID ¶
func CustomDomainID(input string) (*CustomDomainId, error)
CustomDomainID parses a CustomDomain ID into an CustomDomainId struct
func NewCustomDomainID ¶
func NewCustomDomainID(subscriptionId, resourceGroup, profileName, endpointName, name string) CustomDomainId
func (CustomDomainId) ID ¶
func (id CustomDomainId) ID() string
func (CustomDomainId) String ¶
func (id CustomDomainId) String() string
type EndpointId ¶
type EndpointId struct { SubscriptionId string ResourceGroup string ProfileName string Name string }
func EndpointID ¶
func EndpointID(input string) (*EndpointId, error)
EndpointID parses a Endpoint ID into an EndpointId struct
func NewEndpointID ¶
func NewEndpointID(subscriptionId, resourceGroup, profileName, name string) EndpointId
func (EndpointId) ID ¶
func (id EndpointId) ID() string
func (EndpointId) String ¶
func (id EndpointId) String() string
Click to show internal directories.
Click to hide internal directories.