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

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

Private Properties

Свойство Type Description
GetAllNetworks void
GetByFabric void
GetByFriendlyLegacy void
GetByFriendlyName void
GetByName void
GetByNameLegacy void
GetByServer void
WriteNetwork void
WriteNetworks void

Méthodes publiques

Méthode Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

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

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