C# 클래스 Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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.

메소드 상세

ASRJob() 공개 메소드

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

ASRJob() 공개 메소드

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
리턴 System