示例#1
0
 public Task <AsyncJobResponse> StopSystemVmAsync(StopSystemVmRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
 public Task<AsyncJobResponse> StopSystemVmAsync(StopSystemVmRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
示例#3
0
 public AsyncJobResponse StopSystemVm(StopSystemVmRequest request) => _proxy.Request <AsyncJobResponse>(request);
 public AsyncJobResponse StopSystemVm(StopSystemVmRequest request) => _proxy.Request<AsyncJobResponse>(request);