ManagementConfigurationsListBySubscriptionResponse type
Berisi data respons untuk operasi listBySubscription.
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}