C# Class Google.PowerShell.Logging.GetGcLogEntryCmdlet

Inheritance: GcLogCmdlet, IDynamicParameters
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetDynamicParameters ( ) : object

This function is part of the IDynamicParameters interface. PowerShell uses it to generate parameters dynamically. We have to generate -ResourceType parameter dynamically because the array of resources that we used to validate against are not generated before compile time, i.e. [ValidateSet(ArrayGeneratedAtRunTime)] will throw an error for parameters that are not generated dynamically.

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Method Details

GetDynamicParameters() public méthode

This function is part of the IDynamicParameters interface. PowerShell uses it to generate parameters dynamically. We have to generate -ResourceType parameter dynamically because the array of resources that we used to validate against are not generated before compile time, i.e. [ValidateSet(ArrayGeneratedAtRunTime)] will throw an error for parameters that are not generated dynamically.
public GetDynamicParameters ( ) : object
Résultat object

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void