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