ManagementConfigurationsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}