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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ASRProtectionProfile ( ) : System

Initializes a new instance of the ASRProtectionProfile class.

ASRProtectionProfile ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionProfile profile ) : System

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

Описание методов

ASRProtectionProfile() публичный Метод

Initializes a new instance of the ASRProtectionProfile class.
public ASRProtectionProfile ( ) : System
Результат System

ASRProtectionProfile() публичный Метод

Initializes a new instance of the ASRProtectionProfile class with required parameters.
public ASRProtectionProfile ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionProfile profile ) : System
profile Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionProfile Protection container object
Результат System