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

IServerKeysOperations 接口

定义

ServerKeysOperations 操作。

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServerKey, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新 PostgreSQL 服务器密钥。

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

删除具有给定名称的 PostgreSQL 服务器密钥。

CreateOrUpdateWithHttpMessagesAsync(String, String, ServerKey, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新 PostgreSQL 服务器密钥。

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

删除具有给定名称的 PostgreSQL 服务器密钥。

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

获取 PostgreSQL 服务器密钥。

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

获取服务器密钥的列表。

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

获取服务器密钥的列表。

扩展方法

BeginCreateOrUpdate(IServerKeysOperations, String, String, ServerKey, String)

创建或更新 PostgreSQL 服务器密钥。

BeginCreateOrUpdateAsync(IServerKeysOperations, String, String, ServerKey, String, CancellationToken)

创建或更新 PostgreSQL 服务器密钥。

BeginDelete(IServerKeysOperations, String, String, String)

删除具有给定名称的 PostgreSQL 服务器密钥。

BeginDeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

删除具有给定名称的 PostgreSQL 服务器密钥。

CreateOrUpdate(IServerKeysOperations, String, String, ServerKey, String)

创建或更新 PostgreSQL 服务器密钥。

CreateOrUpdateAsync(IServerKeysOperations, String, String, ServerKey, String, CancellationToken)

创建或更新 PostgreSQL 服务器密钥。

Delete(IServerKeysOperations, String, String, String)

删除具有给定名称的 PostgreSQL 服务器密钥。

DeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

删除具有给定名称的 PostgreSQL 服务器密钥。

Get(IServerKeysOperations, String, String, String)

获取 PostgreSQL 服务器密钥。

GetAsync(IServerKeysOperations, String, String, String, CancellationToken)

获取 PostgreSQL 服务器密钥。

List(IServerKeysOperations, String, String)

获取服务器密钥的列表。

ListAsync(IServerKeysOperations, String, String, CancellationToken)

获取服务器密钥的列表。

ListNext(IServerKeysOperations, String)

获取服务器密钥的列表。

ListNextAsync(IServerKeysOperations, String, CancellationToken)

获取服务器密钥的列表。

适用于