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

Inheritance: BatchCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void