ManagementConfigurationsListBySubscriptionResponse type
Innehåller svarsdata för listBySubscription-åtgärden.
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}