C# Class Microsoft.Azure.Commands.Batch.GetBatchAccountKeysCommand

Inheritance: BatchCmdletBase
Mostra file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ExecuteCmdlet() public method

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
return void