SiteRecoveryCmdletBase.WaitForJobCompletion(String) 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.
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
Final job response