CheckEndpointNameAvailabilityInput Class

Input of CheckNameAvailability API.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn._serialization.Model
CheckEndpointNameAvailabilityInput

Constructor

CheckEndpointNameAvailabilityInput(*, name: str, type: str | _models.ResourceType, auto_generated_domain_name_label_scope: str | _models.AutoGeneratedDomainNameLabelScope | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The resource name to validate. Required.

type

The type of the resource whose name is to be validated. Required. Known values are: "Microsoft.Cdn/Profiles/Endpoints" and "Microsoft.Cdn/Profiles/AfdEndpoints".

auto_generated_domain_name_label_scope

Indicates the endpoint name reuse scope. The default value is TenantReuse. Known values are: "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse".

Variables

Name Description
name
str

The resource name to validate. Required.

type

The type of the resource whose name is to be validated. Required. Known values are: "Microsoft.Cdn/Profiles/Endpoints" and "Microsoft.Cdn/Profiles/AfdEndpoints".

auto_generated_domain_name_label_scope

Indicates the endpoint name reuse scope. The default value is TenantReuse. Known values are: "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse".