RecoveryServicesClient class
- Extends
Constructors
Recovery |
Initializes a new instance of the RecoveryServicesClient class. |
Properties
$host | |
api |
|
operations | |
private |
|
recovery |
|
registered |
|
replication |
|
subscription |
|
usages | |
vault |
|
vault |
|
vaults |
Inherited Properties
pipeline | The pipeline used by this client to make requests |
Methods
get |
Gets the operation result for a resource. |
get |
Gets the operation status for a resource. |
Inherited Methods
send |
Send an HTTP request that is populated using the provided OperationSpec. |
send |
Send the provided httpRequest. |
Constructor Details
RecoveryServicesClient(TokenCredential, string, RecoveryServicesClientOptionalParams)
Initializes a new instance of the RecoveryServicesClient class.
new RecoveryServicesClient(credentials: TokenCredential, subscriptionId: string, options?: RecoveryServicesClientOptionalParams)
Parameters
- credentials
- TokenCredential
Subscription credentials which uniquely identify client subscription.
- subscriptionId
-
string
The ID of the target subscription.
The parameter options
Property Details
$host
$host: string
Property Value
string
apiVersion
apiVersion: string
Property Value
string
operations
privateLinkResourcesOperations
privateLinkResourcesOperations: PrivateLinkResourcesOperations
Property Value
recoveryServices
registeredIdentities
replicationUsages
subscriptionId
subscriptionId: string
Property Value
string
usages
vaultCertificates
vaultExtendedInfo
vaults
Inherited Property Details
pipeline
The pipeline used by this client to make requests
pipeline: Pipeline
Property Value
Inherited From coreClient.ServiceClient.pipeline
Method Details
getOperationResult(string, string, string, GetOperationResultOptionalParams)
Gets the operation result for a resource.
function getOperationResult(resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationResultOptionalParams): Promise<Vault>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the recovery services vault.
- operationId
-
string
- options
- GetOperationResultOptionalParams
The options parameters.
Returns
Promise<Vault>
getOperationStatus(string, string, string, GetOperationStatusOptionalParams)
Gets the operation status for a resource.
function getOperationStatus(resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationStatusOptionalParams): Promise<OperationResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the recovery services vault.
- operationId
-
string
- options
- GetOperationStatusOptionalParams
The options parameters.
Returns
Promise<OperationResource>
Inherited Method Details
sendOperationRequest<T>(OperationArguments, OperationSpec)
Send an HTTP request that is populated using the provided OperationSpec.
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
Parameters
- operationArguments
- OperationArguments
The arguments that the HTTP request's templated values will be populated from.
- operationSpec
- OperationSpec
The OperationSpec to use to populate the httpRequest.
Returns
Promise<T>
Inherited From coreClient.ServiceClient.sendOperationRequest
sendRequest(PipelineRequest)
Send the provided httpRequest.
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
Parameters
- request
- PipelineRequest
Returns
Promise<PipelineResponse>
Inherited From coreClient.ServiceClient.sendRequest