Bagikan melalui


DscConfigurationGetContentResponse type

Berisi data respons untuk operasi getContent.

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