ManagementConfigurationsListBySubscriptionResponse type
listBySubscription işlemi için yanıt verilerini içerir.
type ManagementConfigurationsListBySubscriptionResponse =
ManagementConfigurationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfigurationPropertiesList
}
}