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

ISshPublicKeysOperations 接口

定义

SshPublicKeysOperations 操作。

public interface ISshPublicKeysOperations
type ISshPublicKeysOperations = interface
Public Interface ISshPublicKeysOperations

方法

CreateWithHttpMessagesAsync(String, String, SshPublicKeyResource, 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 公钥资源。

扩展方法

Create(ISshPublicKeysOperations, String, String, SshPublicKeyResource)

创建新的 SSH 公钥资源。

CreateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyResource, CancellationToken)

创建新的 SSH 公钥资源。

Delete(ISshPublicKeysOperations, String, String)

删除 SSH 公钥。

DeleteAsync(ISshPublicKeysOperations, String, String, CancellationToken)

删除 SSH 公钥。

GenerateKeyPair(ISshPublicKeysOperations, String, String)

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

GenerateKeyPairAsync(ISshPublicKeysOperations, String, String, CancellationToken)

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

Get(ISshPublicKeysOperations, String, String)

检索有关 SSH 公钥的信息。

GetAsync(ISshPublicKeysOperations, String, String, CancellationToken)

检索有关 SSH 公钥的信息。

ListByResourceGroup(ISshPublicKeysOperations, String)

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

ListByResourceGroupAsync(ISshPublicKeysOperations, String, CancellationToken)

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

ListByResourceGroupNext(ISshPublicKeysOperations, String)

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

ListByResourceGroupNextAsync(ISshPublicKeysOperations, String, CancellationToken)

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

ListBySubscription(ISshPublicKeysOperations)

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

ListBySubscriptionAsync(ISshPublicKeysOperations, CancellationToken)

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

ListBySubscriptionNext(ISshPublicKeysOperations, String)

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

ListBySubscriptionNextAsync(ISshPublicKeysOperations, String, CancellationToken)

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

Update(ISshPublicKeysOperations, String, String, SshPublicKeyUpdateResource)

汇报新的 SSH 公钥资源。

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

汇报新的 SSH 公钥资源。

适用于