共用方式為


IRecoveryServicesOperations.CheckNameAvailabilityWithHttpMessagesAsync Method

Definition

API to check for resource name availability. A name is available if no other resource exists that has the same SubscriptionId, Resource Name and Type or if one or more such resources exist, each of these must be GC'd and their time of deletion be more than 24 Hours Ago

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityResult>> CheckNameAvailabilityWithHttpMessagesAsync (string resourceGroupName, string location, Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityParameters input, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNameAvailabilityWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityResult>>
Public Function CheckNameAvailabilityWithHttpMessagesAsync (resourceGroupName As String, location As String, input As CheckNameAvailabilityParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CheckNameAvailabilityResult))

Parameters

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

location
String

Location of the resource

input
CheckNameAvailabilityParameters

Contains information about Resource type and Resource name

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to