共用方式為


SiteRecoveryCmdletBase.WaitForJobCompletion(String) Method

Definition

Waits for the job to complete.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Job WaitForJobCompletion (string jobId);
member this.WaitForJobCompletion : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Job
Public Function WaitForJobCompletion (jobId As String) As Job

Parameters

jobId
String

Id of the job to wait for.

Returns

Job

Final job response

Applies to