Partager via


Keys class

Classe représentant une clé.

Constructeurs

Keys(AutomationClientContext)

Créez une clé.

Méthodes

listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez les clés Automation d’un compte.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

Détails du constructeur

Keys(AutomationClientContext)

Créez une clé.

new Keys(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez les clés Automation d’un compte.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.KeysListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<KeyListResult>

Rappel

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

callback

ServiceCallback<KeyListResult>

Rappel