RecoveryServices interface

Interface representing a RecoveryServices.

Methods

capabilities(string, ResourceCapabilities, RecoveryServicesCapabilitiesOptionalParams)

API to get details about capabilities provided by Microsoft.RecoveryServices RP

checkNameAvailability(string, string, CheckNameAvailabilityParameters, RecoveryServicesCheckNameAvailabilityOptionalParams)

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

Method Details

capabilities(string, ResourceCapabilities, RecoveryServicesCapabilitiesOptionalParams)

API to get details about capabilities provided by Microsoft.RecoveryServices RP

function capabilities(location: string, input: ResourceCapabilities, options?: RecoveryServicesCapabilitiesOptionalParams): Promise<CapabilitiesResponse>

Parameters

location

string

Location of the resource

input
ResourceCapabilities

Contains information about Resource type and properties to get capabilities

options
RecoveryServicesCapabilitiesOptionalParams

The options parameters.

Returns

checkNameAvailability(string, string, CheckNameAvailabilityParameters, RecoveryServicesCheckNameAvailabilityOptionalParams)

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

function checkNameAvailability(resourceGroupName: string, location: string, input: CheckNameAvailabilityParameters, options?: RecoveryServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

location

string

Location of the resource

input
CheckNameAvailabilityParameters

Contains information about Resource type and Resource name

options
RecoveryServicesCheckNameAvailabilityOptionalParams

The options parameters.

Returns