ValidateOperationStatusesOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationStatus Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IValidateOperationStatusesOperations operations, string vaultName, string resourceGroupName, string operationId);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IValidateOperationStatusesOperations * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationStatus
<Extension()>
Public Function Get (operations As IValidateOperationStatusesOperations, vaultName As String, resourceGroupName As String, operationId As String) As OperationStatus
Parameters
- operations
- IValidateOperationStatusesOperations
The operations group for this extension method.
- vaultName
- String
The name of the recovery services vault.
- resourceGroupName
- String
The name of the resource group where the recovery services vault is present.
- operationId
- String
OperationID represents the operation whose status needs to be fetched.