DscConfigurationGetContentResponse type
Zawiera dane odpowiedzi dla operacji getContent.
type DscConfigurationGetContentResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}