C# 클래스 Google.PowerShell.ComputeEngine.GetGceDiskCmdlet

상속: GceCmdlet
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void
WriteDiskObjects ( IEnumerable disks ) : void

Writes the collection of disks to the cmdlet's output pipeline, but filtering results based on the cmdlets parameters.

메소드 상세

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

WriteDiskObjects() 보호된 메소드

Writes the collection of disks to the cmdlet's output pipeline, but filtering results based on the cmdlets parameters.
protected WriteDiskObjects ( IEnumerable disks ) : void
disks IEnumerable
리턴 void