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

Inheritance: SiteRecoveryCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAllNetworks void
GetByFabric void
GetByFriendlyLegacy void
GetByFriendlyName void
GetByName void
GetByNameLegacy void
GetByServer void
WriteNetwork void
WriteNetworks void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
GetAllNetworks ( ) : void

Get all Networks

GetByFabric ( ) : void

Queries all Networks under Fabric

GetByFriendlyLegacy ( ) : void

Queries a particular Network

GetByFriendlyName ( ) : void

Queries a particular Network

GetByName ( ) : void

Queries by Name

GetByNameLegacy ( ) : void

Queries by Name

GetByServer ( ) : void

Queries all Networks under Server

WriteNetwork ( Microsoft.Azure.Management.SiteRecovery.Models.Network network ) : void

Write Network.

WriteNetworks ( IList networks ) : void

Write Networks.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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