public Task<AsyncJobResponse> CreateVMSnapshotAsync(CreateVMSnapshotRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
Exemple #2
0
 public Task <AsyncJobResponse> CreateVMSnapshotAsync(CreateVMSnapshotRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse CreateVMSnapshot(CreateVMSnapshotRequest request) => _proxy.Request<AsyncJobResponse>(request);
Exemple #4
0
 public AsyncJobResponse CreateVMSnapshot(CreateVMSnapshotRequest request) => Proxy.Request <AsyncJobResponse>(request);