C# Class Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ASRJob ( ) : System

Initializes a new instance of the ASRJob class.

ASRJob ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.Job job ) : System

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

Method Details

ASRJob() public method

Initializes a new instance of the ASRJob class.
public ASRJob ( ) : System
return System

ASRJob() public method

Initializes a new instance of the ASRJob class with required parameters.
public ASRJob ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.Job job ) : System
job Microsoft.WindowsAzure.Management.SiteRecovery.Models.Job ASR Job object
return System