C# 클래스 Microsoft.Azure.Commands.SiteRecovery.GetAzureRmSiteRecoveryNetworkMapping

상속: SiteRecoveryCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
FilterE2AMappings void
FilterE2AMappingsLegacy void
FilterE2EMappings void
FilterE2EMappingsLegacy void
WriteNetworkMapping void
WriteNetworkMappings void

공개 메소드들

메소드 설명
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
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.

메소드 상세

ExecuteSiteRecoveryCmdlet() 공개 메소드

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
리턴 void