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

ASRJob Constructors

Definition

Overloads

ASRJob()

Initializes a new instance of the ASRJob class.

ASRJob(Job)

Initializes a new instance of the ASRJob class with required parameters.

ASRJob()

Initializes a new instance of the ASRJob class.

public ASRJob ();
Public Sub New ()

Applies to

ASRJob(Job)

Initializes a new instance of the ASRJob class with required parameters.

public ASRJob (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Job job);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Job -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob
Public Sub New (job As Job)

Parameters

job
Job

ASR Job object

Applies to