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

ServerKeysOperationsExtensions 类

定义

ServerKeysOperations 的扩展方法。

public static class ServerKeysOperationsExtensions
type ServerKeysOperationsExtensions = class
Public Module ServerKeysOperationsExtensions
继承
ServerKeysOperationsExtensions

方法

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)

获取服务器密钥的列表。

适用于