Documentation ¶
Index ¶
- func PossibleValuesForAutoGeneratedDomainNameLabelScope() []string
- func PossibleValuesForResourceType() []string
- type AutoGeneratedDomainNameLabelScope
- type CheckEndpointNameAvailabilityClient
- type CheckEndpointNameAvailabilityInput
- type CheckEndpointNameAvailabilityOperationResponse
- type CheckEndpointNameAvailabilityOutput
- type ResourceType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAutoGeneratedDomainNameLabelScope ¶
func PossibleValuesForAutoGeneratedDomainNameLabelScope() []string
func PossibleValuesForResourceType ¶
func PossibleValuesForResourceType() []string
Types ¶
type AutoGeneratedDomainNameLabelScope ¶
type AutoGeneratedDomainNameLabelScope string
const ( AutoGeneratedDomainNameLabelScopeNoReuse AutoGeneratedDomainNameLabelScope = "NoReuse" AutoGeneratedDomainNameLabelScopeResourceGroupReuse AutoGeneratedDomainNameLabelScope = "ResourceGroupReuse" AutoGeneratedDomainNameLabelScopeSubscriptionReuse AutoGeneratedDomainNameLabelScope = "SubscriptionReuse" AutoGeneratedDomainNameLabelScopeTenantReuse AutoGeneratedDomainNameLabelScope = "TenantReuse" )
func (*AutoGeneratedDomainNameLabelScope) UnmarshalJSON ¶
func (s *AutoGeneratedDomainNameLabelScope) UnmarshalJSON(bytes []byte) error
type CheckEndpointNameAvailabilityClient ¶
type CheckEndpointNameAvailabilityClient struct {
Client *resourcemanager.Client
}
func NewCheckEndpointNameAvailabilityClientWithBaseURI ¶
func NewCheckEndpointNameAvailabilityClientWithBaseURI(sdkApi sdkEnv.Api) (*CheckEndpointNameAvailabilityClient, error)
func (CheckEndpointNameAvailabilityClient) CheckEndpointNameAvailability ¶
func (c CheckEndpointNameAvailabilityClient) CheckEndpointNameAvailability(ctx context.Context, id commonids.ResourceGroupId, input CheckEndpointNameAvailabilityInput) (result CheckEndpointNameAvailabilityOperationResponse, err error)
CheckEndpointNameAvailability ...
type CheckEndpointNameAvailabilityInput ¶
type CheckEndpointNameAvailabilityInput struct { AutoGeneratedDomainNameLabelScope *AutoGeneratedDomainNameLabelScope `json:"autoGeneratedDomainNameLabelScope,omitempty"` Name string `json:"name"` Type ResourceType `json:"type"` }
type CheckEndpointNameAvailabilityOperationResponse ¶
type CheckEndpointNameAvailabilityOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CheckEndpointNameAvailabilityOutput }
type ResourceType ¶
type ResourceType string
const ( ResourceTypeMicrosoftPointCdnProfilesAfdEndpoints ResourceType = "Microsoft.Cdn/Profiles/AfdEndpoints" ResourceTypeMicrosoftPointCdnProfilesEndpoints ResourceType = "Microsoft.Cdn/Profiles/Endpoints" )
func (*ResourceType) UnmarshalJSON ¶
func (s *ResourceType) UnmarshalJSON(bytes []byte) error
Click to show internal directories.
Click to hide internal directories.