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