C# Класс Google.PowerShell.ComputeEngine.NewGceServiceAccountConfigCmdlet

Наследование: GCloudCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddScope void
BuildFromFlags ServiceAccount

Защищенные методы

Метод Описание
EndProcessing ( ) : void

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

ProcessRecord ( ) : void

Приватные методы

Метод Описание
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.

Описание методов

EndProcessing() защищенный Метод

If there are collected scopes, create a new service account from them.
protected EndProcessing ( ) : void
Результат void

ProcessRecord() защищенный Метод

protected ProcessRecord ( ) : void
Результат void