C# Class Google.PowerShell.ComputeEngine.GetGceDiskCmdlet

Inheritance: GceCmdlet
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
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.

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

WriteDiskObjects() protected method

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
return void