Condividi tramite


Keys class

Classe che rappresenta un oggetto Keys.

Costruttori

Keys(AutomationClientContext)

Creare una chiave.

Metodi

listByAutomationAccount(string, string, RequestOptionsBase)

Recuperare le chiavi di automazione per un account.

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

Dettagli costruttore

Keys(AutomationClientContext)

Creare una chiave.

new Keys(client: AutomationClientContext)

Parametri

client
AutomationClientContext

Riferimento al client del servizio.

Dettagli metodo

listByAutomationAccount(string, string, RequestOptionsBase)

Recuperare le chiavi di automazione per un account.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.KeysListByAutomationAccountResponse>

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<KeyListResult>

Callback

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

callback

ServiceCallback<KeyListResult>

Callback