コード例 #1
0
 public Task <SSHKeyPairResponse> RegisterSSHKeyPairAsync(RegisterSSHKeyPairRequest request) => Proxy.RequestAsync <SSHKeyPairResponse>(request);
コード例 #2
0
 public Task<SSHKeyPairResponse> RegisterSSHKeyPairAsync(RegisterSSHKeyPairRequest request) => _proxy.RequestAsync<SSHKeyPairResponse>(request);
コード例 #3
0
 public SSHKeyPairResponse RegisterSSHKeyPair(RegisterSSHKeyPairRequest request) => Proxy.Request <SSHKeyPairResponse>(request);
コード例 #4
0
 public SSHKeyPairResponse RegisterSSHKeyPair(RegisterSSHKeyPairRequest request) => _proxy.Request<SSHKeyPairResponse>(request);