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

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

Private Properties

Property Type Description
GetByDefault void
GetByName void
GetVaults List
WriteVaults void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetByDefault ( ) : void

Queries all, by default.

GetByName ( ) : void

Queries by name.

GetVaults ( ) : List

Gets the vaults in the cloud service.

WriteVaults ( IList vaultList ) : void

Writes Vaults

Method Details

ExecuteCmdlet() public method

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