ManagementConfigurationsListBySubscriptionResponse type
包含 listBySubscription作的响应数据。
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}