ManagementConfigurationsListBySubscriptionResponse type
Contains response data for the listBySubscription operation.
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}