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

Inheritance: SiteRecoveryCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAll void
GetByFriendlyName void
GetByName void
WriteFabric void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method 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 method

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