C# Class Google.PowerShell.ComputeEngine.NewGceServiceAccountConfigCmdlet

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

Private Properties

Свойство Type Description
AddScope void
BuildFromFlags ServiceAccount

Méthodes protégées

Méthode Description
EndProcessing ( ) : void

If there are collected scopes, create a new service account from them.

ProcessRecord ( ) : void

Private Methods

Méthode Description
AddScope ( List scopes, object>.KeyValuePair parameter ) : void

Adds the scope uri of the parameter, if it has one.

BuildFromFlags ( ) : ServiceAccount

Creates a ServiceAccount object from the email and uses the given flags to add scopes.

Method Details

EndProcessing() protected méthode

If there are collected scopes, create a new service account from them.
protected EndProcessing ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void