CdnExtensions.CheckCdnNameAvailabilityAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityResult>> CheckCdnNameAvailabilityAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckCdnNameAvailabilityAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityResult>>
<Extension()>
Public Function CheckCdnNameAvailabilityAsync (tenantResource As TenantResource, content As CdnNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.