ProtectionContainerRefreshOperationResults interface

Interface representing a ProtectionContainerRefreshOperationResults.

Methods

get(string, string, string, string, ProtectionContainerRefreshOperationResultsGetOptionalParams)

Provides the result of the refresh operation triggered by the BeginRefresh operation.

Method Details

get(string, string, string, string, ProtectionContainerRefreshOperationResultsGetOptionalParams)

Provides the result of the refresh operation triggered by the BeginRefresh operation.

function get(vaultName: string, resourceGroupName: string, fabricName: string, operationId: string, options?: ProtectionContainerRefreshOperationResultsGetOptionalParams): Promise<void>

Parameters

vaultName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name associated with the container.

operationId

string

Operation ID associated with the operation whose result needs to be fetched.

Returns

Promise<void>