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

Inheritance: SiteRecoveryCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
FilterE2AMappings void
FilterE2AMappingsLegacy void
FilterE2EMappings void
FilterE2EMappingsLegacy void
WriteNetworkMapping void
WriteNetworkMappings void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

Method Description
FilterE2AMappings ( ) : void

Filter Enterprise to Azure Network mappings

FilterE2AMappingsLegacy ( ) : void

Filter Enterprise to Azure Network mappings Legacy.

FilterE2EMappings ( ) : void

Filter Enterprise to Enterprise Network mappings

FilterE2EMappingsLegacy ( ) : void

Filter Enterprise to Enterprise Network mappings Legacy.

WriteNetworkMapping ( Microsoft.Azure.Management.SiteRecovery.Models.NetworkMapping networkMapping ) : void

Write Network mapping.

WriteNetworkMappings ( IList networkMappings ) : void

Write Network mappings.

Method Details

ExecuteSiteRecoveryCmdlet() public method

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