你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISshPublicKeysOperations 接口

定义

SshPublicKeysOperations 操作。

public interface ISshPublicKeysOperations
type ISshPublicKeysOperations = interface
Public Interface ISshPublicKeysOperations

方法

CreateWithHttpMessagesAsync(String, String, SshPublicKeyResourceInner, Dictionary<String,List<String>>, CancellationToken)

创建新的 SSH 公钥资源。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除 SSH 公钥。

GenerateKeyPairWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

生成并返回公钥/私钥对,并使用公钥填充 SSH 公钥资源。 密钥的长度为 3072 位。 对于每个 SSH 公钥资源,此操作只能执行一次。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

检索有关 SSH 公钥的信息。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定资源组中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定资源组中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出订阅中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

列出订阅中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

UpdateWithHttpMessagesAsync(String, String, SshPublicKeyUpdateResource, Dictionary<String,List<String>>, CancellationToken)

汇报新的 SSH 公钥资源。

扩展方法

CreateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyResourceInner, CancellationToken)

创建新的 SSH 公钥资源。

DeleteAsync(ISshPublicKeysOperations, String, String, CancellationToken)

删除 SSH 公钥。

GenerateKeyPairAsync(ISshPublicKeysOperations, String, String, CancellationToken)

生成并返回公钥/私钥对,并使用公钥填充 SSH 公钥资源。 密钥的长度为 3072 位。 对于每个 SSH 公钥资源,此操作只能执行一次。

GetAsync(ISshPublicKeysOperations, String, String, CancellationToken)

检索有关 SSH 公钥的信息。

ListByResourceGroupAsync(ISshPublicKeysOperations, String, CancellationToken)

列出指定资源组中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListByResourceGroupNextAsync(ISshPublicKeysOperations, String, CancellationToken)

列出指定资源组中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListBySubscriptionAsync(ISshPublicKeysOperations, CancellationToken)

列出订阅中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

ListBySubscriptionNextAsync(ISshPublicKeysOperations, String, CancellationToken)

列出订阅中的所有 SSH 公钥。 在响应中使用 nextLink 属性获取 SSH 公钥的下一页。

UpdateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyUpdateResource, CancellationToken)

汇报新的 SSH 公钥资源。

适用于