DscConfigurationGetContentResponse type
getContent 操作の応答データが含まれています。
type DscConfigurationGetContentResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}