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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetById void
GetByName void
WriteServer void
WriteServers void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAll ( ) : void

Queries all / by default.

GetById ( ) : void

Queries by ID.

GetByName ( ) : void

Queries by name.

WriteServer ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.Server server ) : void

Write Server.

WriteServers ( IList servers ) : void

Write Servers.

Method Details

ExecuteCmdlet() public method

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