RecoveryServicesOperations interface
Interface representing a RecoveryServices operations.
Properties
| capabilities | API to get details about capabilities provided by Microsoft.RecoveryServices RP |
| check |
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 |
Property Details
capabilities
API to get details about capabilities provided by Microsoft.RecoveryServices RP
capabilities: (location: string, input: ResourceCapabilities, options?: RecoveryServicesCapabilitiesOptionalParams) => Promise<CapabilitiesResponse>
Property Value
(location: string, input: ResourceCapabilities, options?: RecoveryServicesCapabilitiesOptionalParams) => Promise<CapabilitiesResponse>
checkNameAvailability
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
checkNameAvailability: (resourceGroupName: string, location: string, input: CheckNameAvailabilityParameters, options?: RecoveryServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>
Property Value
(resourceGroupName: string, location: string, input: CheckNameAvailabilityParameters, options?: RecoveryServicesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResult>