OperationOperationsExtensions.Validate 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.
Validate operation for specified backed up item. This is a synchronous operation.
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationsResponse Validate (this Microsoft.Azure.Management.RecoveryServices.Backup.IOperationOperations operations, string vaultName, string resourceGroupName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationRequest parameters);
static member Validate : Microsoft.Azure.Management.RecoveryServices.Backup.IOperationOperations * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ValidateOperationsResponse
<Extension()>
Public Function Validate (operations As IOperationOperations, vaultName As String, resourceGroupName As String, parameters As ValidateOperationRequest) As ValidateOperationsResponse
Parameters
- operations
- IOperationOperations
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.
- parameters
- ValidateOperationRequest
resource validate operation request
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET