C# Class Microsoft.Azure.Commands.SiteRecovery.NewAzureRmSiteRecoveryProtectionContainerMapping

Inheritance: SiteRecoveryCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
Associate void
EnterpriseToAzureAssociation void
EnterpriseToEnterpriseAssociation void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
Associate ( string targetProtectionContainerId ) : void

Helper to configure cloud

EnterpriseToAzureAssociation ( ) : void

Associates Azure Policy with enterprise based protection containers

EnterpriseToEnterpriseAssociation ( ) : void

Associates Policy with enterprise based protection containers

Method Details

ExecuteSiteRecoveryCmdlet() public method

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