ProtectionContainerOperationResults interface
Interface representing a ProtectionContainerOperationResults.
Methods
get(string, string, string, string, string, Protection |
Fetches the result of any operation on the container. |
Method Details
get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)
Fetches the result of any operation on the container.
function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, operationId: string, options?: ProtectionContainerOperationResultsGetOptionalParams): Promise<ProtectionContainerResource>
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.
- containerName
-
string
Container name whose information should be fetched.
- operationId
-
string
Operation ID which represents the operation whose result needs to be fetched.
The options parameters.
Returns
Promise<ProtectionContainerResource>