Exemplo n.º 1
0
 public async System.Threading.Tasks.Task DestroyAsync(TerodoViewPlatformDatacenterType paramDatacenter)
 {
     Resource = $"{OrgResource}/platforms/{instanceLocalPlatformObject.Id}/platformdatacenters/{paramDatacenter.Id}.json";
     await DeleteOperationAsync <TerodoViewStatusType>();
 }
Exemplo n.º 2
0
 public async Task <TerodoViewPlatformDatacenterType> UpdateAsync(TerodoViewPlatformDatacenterType paramDatacenter)
 {
     Resource = $"{OrgResource}/platforms/{instanceLocalPlatformObject.Id}/platformdatacenters/{paramDatacenter.Id}.json";
     return(await PutOperationAsync <TerodoViewPlatformDatacenterType>(ExceptionFactory.CheckObjectIsNull(paramDatacenter)));
 }