ArmCdnModelFactory.EndpointNameAvailabilityContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EndpointNameAvailabilityContent.
public static Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent EndpointNameAvailabilityContent (string name = default, Azure.ResourceManager.Cdn.Models.CdnResourceType resourceType = default, Azure.ResourceManager.Cdn.Models.DomainNameLabelScope? autoGeneratedDomainNameLabelScope = default);
static member EndpointNameAvailabilityContent : string * Azure.ResourceManager.Cdn.Models.CdnResourceType * Nullable<Azure.ResourceManager.Cdn.Models.DomainNameLabelScope> -> Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent
Public Shared Function EndpointNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As CdnResourceType = Nothing, Optional autoGeneratedDomainNameLabelScope As Nullable(Of DomainNameLabelScope) = Nothing) As EndpointNameAvailabilityContent
Parameters
- name
- String
The resource name to validate.
- resourceType
- CdnResourceType
The type of the resource whose name is to be validated.
- autoGeneratedDomainNameLabelScope
- Nullable<DomainNameLabelScope>
Indicates the endpoint name reuse scope. The default value is TenantReuse.
Returns
A new EndpointNameAvailabilityContent instance for mocking.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET