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