Поделиться через


DscConfigurationListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

type DscConfigurationListByAutomationAccountResponse =
  DscConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscConfigurationListResult
    }
  }