C# Класс Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob

Показать файл Открыть проект

Открытые методы

Метод Описание
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