C# 클래스 Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryVaults

상속: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GetByDefault void
GetByName void
GetVaults List
WriteVaults void

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

비공개 메소드들

메소드 설명
GetByDefault ( ) : void

Queries all, by default.

GetByName ( ) : void

Queries by name.

GetVaults ( ) : List

Gets the vaults in the cloud service.

WriteVaults ( IList vaultList ) : void

Writes Vaults

메소드 상세

ExecuteCmdlet() 공개 메소드

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