CdnExtensions.CheckCdnNameAvailability 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.
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
- Request Path: /providers/Microsoft.Cdn/checkNameAvailability
- Operation Id: CheckNameAvailability
- Default Api Version: 2024-02-01
public static Azure.Response<Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityResult> CheckCdnNameAvailability (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckCdnNameAvailability : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityResult>
<Extension()>
Public Function CheckCdnNameAvailability (tenantResource As TenantResource, content As CdnNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CdnNameAvailabilityResult)
Parameters
- tenantResource
- TenantResource
The TenantResource instance the method will execute against.
- content
- CdnNameAvailabilityContent
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
tenantResource
or content
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET