C# 클래스 Microsoft.Azure.Commands.Batch.GetBatchAccountKeysCommand

상속: BatchCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Get the keys associated with the specified account. If only the account name is passed in, then look up its resource group and construct a new BatchAccountContext to hold everything.

메소드 상세

ExecuteCmdlet() 공개 메소드

Get the keys associated with the specified account. If only the account name is passed in, then look up its resource group and construct a new BatchAccountContext to hold everything.
public ExecuteCmdlet ( ) : void
리턴 void