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

Inheritance: SiteRecoveryCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByFriendlyName void
GetByName void
WriteProtectionEntities void
WriteProtectionEntity void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all Protection Entities under given Protection Container.

GetByFriendlyName ( ) : void

Queries by friendly name.

GetByName ( ) : void

Queries by Name.

WriteProtectionEntities ( IList protectableItems ) : void

Write Protection Entities

WriteProtectionEntity ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem protectableItem ) : void

Write Protection Entity

Method Details

ExecuteSiteRecoveryCmdlet() public method

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