共用方式為


RecoveryServicesOperationsExtensions.CheckNameAvailability 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 static Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityResult CheckNameAvailability (this Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesOperations operations, string resourceGroupName, string location, Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityParameters input);
static member CheckNameAvailability : Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesOperations * string * string * Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityParameters -> Microsoft.Azure.Management.RecoveryServices.Models.CheckNameAvailabilityResult
<Extension()>
Public Function CheckNameAvailability (operations As IRecoveryServicesOperations, resourceGroupName As String, location As String, input As CheckNameAvailabilityParameters) As CheckNameAvailabilityResult

Parameters

operations
IRecoveryServicesOperations

The operations group for this extension method.

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

Returns

Applies to