DscConfigurationGetResponse type
Contém dados de resposta para a operação get.
type DscConfigurationGetResponse = DscConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfiguration
}
}