ManagementConfigurationsGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}