ManagementConfigurationsGetResponse type
Innehåller svarsdata för get-åtgärden.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}