Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureEndpointId ¶
type AzureEndpointId struct { SubscriptionId string ResourceGroup string TrafficManagerProfileName string Name string }
func AzureEndpointID ¶
func AzureEndpointID(input string) (*AzureEndpointId, error)
AzureEndpointID parses a AzureEndpoint ID into an AzureEndpointId struct
func NewAzureEndpointID ¶
func NewAzureEndpointID(subscriptionId, resourceGroup, trafficManagerProfileName, name string) AzureEndpointId
func (AzureEndpointId) ID ¶
func (id AzureEndpointId) ID() string
func (AzureEndpointId) String ¶
func (id AzureEndpointId) String() string
type EndpointId ¶
type EndpointId struct { SubscriptionId string ResourceGroup string TrafficManagerProfileName string Name string // contains filtered or unexported fields }
func EndpointID ¶
func EndpointID(input string) (*EndpointId, error)
func NewEndpointId ¶
func NewEndpointId(subscriptionId, resourceGroup, trafficManagerProfile, endpoint, name string) (*EndpointId, error)
func (EndpointId) EndpointType ¶
func (id EndpointId) EndpointType() string
func (EndpointId) ID ¶
func (id EndpointId) ID() string
type ExternalEndpointId ¶
type ExternalEndpointId struct { SubscriptionId string ResourceGroup string TrafficManagerProfileName string Name string }
func ExternalEndpointID ¶
func ExternalEndpointID(input string) (*ExternalEndpointId, error)
ExternalEndpointID parses a ExternalEndpoint ID into an ExternalEndpointId struct
func NewExternalEndpointID ¶
func NewExternalEndpointID(subscriptionId, resourceGroup, trafficManagerProfileName, name string) ExternalEndpointId
func (ExternalEndpointId) ID ¶
func (id ExternalEndpointId) ID() string
func (ExternalEndpointId) String ¶
func (id ExternalEndpointId) String() string
type NestedEndpointId ¶
type NestedEndpointId struct { SubscriptionId string ResourceGroup string TrafficManagerProfileName string Name string }
func NestedEndpointID ¶
func NestedEndpointID(input string) (*NestedEndpointId, error)
NestedEndpointID parses a NestedEndpoint ID into an NestedEndpointId struct
func NewNestedEndpointID ¶
func NewNestedEndpointID(subscriptionId, resourceGroup, trafficManagerProfileName, name string) NestedEndpointId
func (NestedEndpointId) ID ¶
func (id NestedEndpointId) ID() string
func (NestedEndpointId) String ¶
func (id NestedEndpointId) String() string
type TrafficManagerProfileId ¶
func NewTrafficManagerProfileID ¶
func NewTrafficManagerProfileID(subscriptionId, resourceGroup, name string) TrafficManagerProfileId
func TrafficManagerProfileID ¶
func TrafficManagerProfileID(input string) (*TrafficManagerProfileId, error)
TrafficManagerProfileID parses a TrafficManagerProfile ID into an TrafficManagerProfileId struct
func (TrafficManagerProfileId) ID ¶
func (id TrafficManagerProfileId) ID() string
func (TrafficManagerProfileId) String ¶
func (id TrafficManagerProfileId) String() string
Click to show internal directories.
Click to hide internal directories.