C# Class Google.PowerShell.ComputeEngine.GetGceTargetPoolCmdlet

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

Private Properties

Property Type Description
GetAllProjectTargetPools IEnumerable
GetPoolHealth IEnumerable
GetRegionTargetPools IEnumerable

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
GetAllProjectTargetPools ( string project ) : IEnumerable
GetPoolHealth ( IEnumerable pools ) : IEnumerable
GetRegionTargetPools ( string project, string region ) : IEnumerable

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void