你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>