C# Class Google.PowerShell.ComputeEngine.GetGceDiskCmdlet

Inheritance: GceCmdlet
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

protected ProcessRecord ( ) : void
Résultat void

WriteDiskObjects() protected méthode

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
Résultat void