Aracılığıyla paylaş


RSBackupVaultCmdletBase.HandleCreatedJob Method

Definition

Overloads

HandleCreatedJob(AzureOperationResponse, String, String, String)

Based on the response from the service, handles the job created in the service appropriately.

HandleCreatedJob(AzureOperationResponse<ProtectedItemResource>, String, String, String)

HandleCreatedJob(AzureOperationResponse, String, String, String)

Based on the response from the service, handles the job created in the service appropriately.

protected void HandleCreatedJob (Microsoft.Rest.Azure.AzureOperationResponse response, string operationName, string vaultName = default, string resourceGroupName = default);
override this.HandleCreatedJob : Microsoft.Rest.Azure.AzureOperationResponse * string * string * string -> unit
Protected Sub HandleCreatedJob (response As AzureOperationResponse, operationName As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing)

Parameters

response
AzureOperationResponse

Response from service

operationName
String

Name of the operation

vaultName
String
resourceGroupName
String

Applies to

HandleCreatedJob(AzureOperationResponse<ProtectedItemResource>, String, String, String)

protected void HandleCreatedJob (Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource> response, string operationName, string vaultName = default, string resourceGroupName = default);
override this.HandleCreatedJob : Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource> * string * string * string -> unit
Protected Sub HandleCreatedJob (response As AzureOperationResponse(Of ProtectedItemResource), operationName As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing)

Parameters

operationName
String
vaultName
String
resourceGroupName
String

Applies to