共用方式為


IRecoveryServicesOperations Interface

Definition

RecoveryServicesOperations operations.

public interface IRecoveryServicesOperations
type IRecoveryServicesOperations = interface
Public Interface IRecoveryServicesOperations

Methods

CheckNameAvailabilityWithHttpMessagesAsync(String, String, CheckNameAvailabilityParameters, Dictionary<String,List<String>>, 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

Extension 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