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


ManagementConfigurationsListBySubscriptionResponse type

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

type ManagementConfigurationsListBySubscriptionResponse =
  ManagementConfigurationPropertiesList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ManagementConfigurationPropertiesList
    }
  }