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

Inheritance: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetAll void
GetById void
GetByName void
WriteServer void
WriteServers void

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode 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 méthode

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
Résultat void