Sdílet prostřednictvím


CredentialListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

type CredentialListByAutomationAccountNextResponse = CredentialListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CredentialListResult
  }
}