ManagementConfigurationsListBySubscriptionResponse type
Contém dados de resposta para a operação listBySubscription.
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}