ServicesBeginCreateOrUpdateResponse type

Contém dados de resposta para a operação beginCreateOrUpdate.

type ServicesBeginCreateOrUpdateResponse = DataMigrationService & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataMigrationService
  }
}