Sdílet prostřednictvím


DscConfigurationGetContentResponse type

Obsahuje data odpovědi pro operaci getContent.

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