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