Freigeben über


KeysListByAutomationAccountResponse type

Enthält Antwortdaten für den ListByAutomationAccount-Vorgang.

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