Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAutoGeneratedDomainNameLabelScope() []string + func PossibleValuesForResourceType() []string + type AutoGeneratedDomainNameLabelScope string + const AutoGeneratedDomainNameLabelScopeNoReuse + const AutoGeneratedDomainNameLabelScopeResourceGroupReuse + const AutoGeneratedDomainNameLabelScopeSubscriptionReuse + const AutoGeneratedDomainNameLabelScopeTenantReuse + func (s *AutoGeneratedDomainNameLabelScope) UnmarshalJSON(bytes []byte) error + type CheckEndpointNameAvailabilityClient struct + Client *resourcemanager.Client + func NewCheckEndpointNameAvailabilityClientWithBaseURI(sdkApi sdkEnv.Api) (*CheckEndpointNameAvailabilityClient, error) + func (c CheckEndpointNameAvailabilityClient) CheckEndpointNameAvailability(ctx context.Context, id commonids.ResourceGroupId, ...) (result CheckEndpointNameAvailabilityOperationResponse, err error) + type CheckEndpointNameAvailabilityInput struct + AutoGeneratedDomainNameLabelScope *AutoGeneratedDomainNameLabelScope + Name string + Type ResourceType + type CheckEndpointNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckEndpointNameAvailabilityOutput + OData *odata.OData + type CheckEndpointNameAvailabilityOutput struct + AvailableHostname *string + Message *string + NameAvailable *bool + Reason *string + type ResourceType string + const ResourceTypeMicrosoftPointCdnProfilesAfdEndpoints + const ResourceTypeMicrosoftPointCdnProfilesEndpoints + func (s *ResourceType) UnmarshalJSON(bytes []byte) error