Sdílet prostřednictvím


VariableListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

type VariableListByAutomationAccountResponse = VariableListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VariableListResult
  }
}