ProfileResource.CheckEndpointNameAvailabilityFrontDoorProfile 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 an afdx endpoint name, and return the globally unique endpoint host name.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/checkEndpointNameAvailability
- Operation Id: FrontDoorProfiles_CheckEndpointNameAvailability
- Default Api Version: 2024-02-01
public virtual Azure.Response<Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityResult> CheckEndpointNameAvailabilityFrontDoorProfile (Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckEndpointNameAvailabilityFrontDoorProfile : Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityResult>
override this.CheckEndpointNameAvailabilityFrontDoorProfile : Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityResult>
Public Overridable Function CheckEndpointNameAvailabilityFrontDoorProfile (content As EndpointNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EndpointNameAvailabilityResult)
Parameters
- content
- EndpointNameAvailabilityContent
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET