IRecoveryServicesOperations Interface
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.
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 |