C# Class Google.PowerShell.ComputeEngine.GetGceForwardingRuleCmdlet

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

Private Properties

Property Type Description
GetAllProjectForwardingRules IEnumerable
GetRegionForwardingRules IEnumerable

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
GetAllProjectForwardingRules ( string project ) : IEnumerable
GetRegionForwardingRules ( string project, string region ) : IEnumerable

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void