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

Inheritance: SiteRecoveryCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByFriendlyName void
GetByName void
WriteProtectableItem void
WriteProtectableItems 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.

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

Write Protection Items

WriteProtectableItems ( IList protectableItems ) : void

Write Protection Items

Method Details

ExecuteSiteRecoveryCmdlet() public method

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