Sdílet prostřednictvím


KeysListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

type KeysListByAutomationAccountResponse = KeyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: KeyListResult
  }
}