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

Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
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.

Method Details

ASRProtectionProfile() public method

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

ASRProtectionProfile() public method

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
return System