Delen via


ManagementConfigurationsListBySubscriptionResponse type

Bevat antwoordgegevens voor de listBySubscription-bewerking.

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