Compartir a través de


ManagementConfigurationsGetResponse type

Contiene datos de respuesta para la operación get.

type ManagementConfigurationsGetResponse = ManagementConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ManagementConfiguration
  }
}