C# 클래스 Google.PowerShell.ComputeEngine.NewGceServiceAccountConfigCmdlet

상속: GCloudCmdlet
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

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