共用方式為


RecoveryServicesOperationsExtensions Class

Definition

Extension methods for RecoveryServicesOperations.

public static class RecoveryServicesOperationsExtensions
type RecoveryServicesOperationsExtensions = class
Public Module RecoveryServicesOperationsExtensions
Inheritance
RecoveryServicesOperationsExtensions

Methods

CheckNameAvailability(IRecoveryServicesOperations, String, String, CheckNameAvailabilityParameters)

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

CheckNameAvailabilityAsync(IRecoveryServicesOperations, String, String, CheckNameAvailabilityParameters, CancellationToken)

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

Applies to