ManagementConfigurationsGetResponse type
Obsahuje data odpovědi pro operaci get.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}