コード例 #1
0
 public Task <AsyncJobResponse> UpdateAutoScaleVmProfileAsync(UpdateAutoScaleVmProfileRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
コード例 #2
0
 public Task<AsyncJobResponse> UpdateAutoScaleVmProfileAsync(UpdateAutoScaleVmProfileRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
コード例 #3
0
 public AsyncJobResponse UpdateAutoScaleVmProfile(UpdateAutoScaleVmProfileRequest request) => Proxy.Request <AsyncJobResponse>(request);
コード例 #4
0
 public AsyncJobResponse UpdateAutoScaleVmProfile(UpdateAutoScaleVmProfileRequest request) => _proxy.Request<AsyncJobResponse>(request);