DscConfigurationGetContentResponse type
包含 getContent 作業的響應數據。
type DscConfigurationGetContentResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}