OperationsExtensions.CheckNameAvailabilityAsync 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 name availability
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityResponse> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.Synapse.IOperations operations, Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityRequest request, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Synapse.IOperations * Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.CheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IOperations, request As CheckNameAvailabilityRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameAvailabilityResponse)
Parameters
- operations
- IOperations
The operations group for this extension method.
- request
- CheckNameAvailabilityRequest
The check request
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Check whether a workspace name is available
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET