C# Class Microsoft.Azure.Commands.RecoveryServices.CreateAzureSiteRecoveryProtectionProfileObject

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
EnterpriseToAzureProtectionProfileObject void
EnterpriseToEnterpriseProtectionProfileObject void
ProceedToCreateProtectionProfileObject void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Protected Methods

Method Description
StopProcessing ( ) : void

Handles interrupts.

Private Methods

Method Description
EnterpriseToAzureProtectionProfileObject ( ) : void

Creates an E2A Protection Profile Object

EnterpriseToEnterpriseProtectionProfileObject ( ) : void

Creates an E2E Protection Profile object

ProceedToCreateProtectionProfileObject ( ) : void

Proceeds to Create an E2A Protection Profile Object after all the validations are done.

Method Details

ExecuteCmdlet() public method

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
return void

StopProcessing() protected method

Handles interrupts.
protected StopProcessing ( ) : void
return void