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

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ASRProtectionEntity ( ) : System

Initializes a new instance of the ASRProtectionEntity class.

ASRProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : System

Initializes a new instance of the ASRProtectionEntity class.

ASRProtectionEntity ( string protectionEntityId, string serverId, string protectionContainerId, string name, string type, string fabricObjectId, bool protectedOrNot, bool canCommit, bool canFailover, bool canReverseReplicate, string activeLocation, string protectionStateDescription, string testFailoverStateDescription, string replicationHealth, string replicationProvider ) : System

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

Method Details

ASRProtectionEntity() public method

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

ASRProtectionEntity() public method

Initializes a new instance of the ASRProtectionEntity class.
public ASRProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : System
pe Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity Protection entity object to read values from.
return System

ASRProtectionEntity() public method

Initializes a new instance of the ASRProtectionEntity class with required parameters.
public ASRProtectionEntity ( string protectionEntityId, string serverId, string protectionContainerId, string name, string type, string fabricObjectId, bool protectedOrNot, bool canCommit, bool canFailover, bool canReverseReplicate, string activeLocation, string protectionStateDescription, string testFailoverStateDescription, string replicationHealth, string replicationProvider ) : System
protectionEntityId string Protection Entity ID
serverId string Server ID
protectionContainerId string Protection Container ID
name string Name of the Virtual Machine
type string Virtual Machine type
fabricObjectId string Fabric object ID
protectedOrNot bool Can protected or not
canCommit bool Can commit or not
canFailover bool Can failover or not
canReverseReplicate bool Can reverse replicate or not
activeLocation string Active location
protectionStateDescription string Protection state
testFailoverStateDescription string Test fail over state
replicationHealth string Replication health
replicationProvider string Replication provider
return System