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

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

Private Properties

Property Type Description
GetAll void
GetByName void
WriteRecoveryPoint void
WriteRecoveryPoints void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all Protected Items under given Protection Container.

GetByName ( ) : void

Queries by Name.

WriteRecoveryPoint ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPoint recoveryPoint ) : void

Write Recovery Point.

WriteRecoveryPoints ( IList recoveryPoints ) : void

Write Recovery Points.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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