Condividi tramite


DscConfigurationGetContentResponse type

Contiene i dati di risposta per l'operazione getContent.

type DscConfigurationGetContentResponse = {
  _response: msRest.HttpResponse
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}