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

RecoveryServicesBackupCmdletBase.HandleCreatedJob Method

Definition

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);
member this.HandleCreatedJob : Microsoft.Rest.Azure.AzureOperationResponse * string -> unit
Protected Sub HandleCreatedJob (response As AzureOperationResponse, operationName As String)

Parameters

response
AzureOperationResponse

Response from service

operationName
String

Name of the operation

Applies to