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

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

Private Properties

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

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all.

GetById ( ) : void

Queries by Id.

GetByName ( ) : void

Queries by name.

WriteProtectionEntities ( IList protectionEntities ) : void

Writes Protection Entities.

WriteProtectionEntity ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionEntity pe ) : void

Writes Protection Entity.

Method Details

ExecuteCmdlet() public method

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