Sdílet prostřednictvím


UsagesListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

type UsagesListByAutomationAccountResponse = UsageListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: UsageListResult
  }
}