Condividi tramite


DscNodeConfigurationGetResponse type

Contiene i dati di risposta per l'operazione get.

type DscNodeConfigurationGetResponse = DscNodeConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscNodeConfiguration
  }
}