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

Inheritance: SiteRecoveryCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetAll void
GetByFriendlyName void
GetByName void
WriteFabric void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Méthode Description
GetAll ( ) : void

Queries all / by default.

GetByFriendlyName ( ) : void

Queries by friendly name.

GetByName ( ) : void

Queries by name.

WriteFabric ( Microsoft.Azure.Management.SiteRecovery.Models.Fabric fabric ) : void

Write Powershell Fabric.

Method Details

ExecuteSiteRecoveryCmdlet() public méthode

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