ManagementConfigurationsGetResponse type
Alma işlemi için yanıt verilerini içerir.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}