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

IServerKeysOperations Interface

Definition

ServerKeysOperations operations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Methods

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

Creates or updates a PostgreSQL Server key.

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

Deletes the PostgreSQL Server key with the given name.

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

Creates or updates a PostgreSQL Server key.

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

Deletes the PostgreSQL Server key with the given name.

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

Gets a PostgreSQL Server key.

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

Gets a list of Server keys.

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

Gets a list of Server keys.

Extension Methods

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

Creates or updates a PostgreSQL Server key.

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

Creates or updates a PostgreSQL Server key.

BeginDelete(IServerKeysOperations, String, String, String)

Deletes the PostgreSQL Server key with the given name.

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

Deletes the PostgreSQL Server key with the given name.

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

Creates or updates a PostgreSQL Server key.

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

Creates or updates a PostgreSQL Server key.

Delete(IServerKeysOperations, String, String, String)

Deletes the PostgreSQL Server key with the given name.

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

Deletes the PostgreSQL Server key with the given name.

Get(IServerKeysOperations, String, String, String)

Gets a PostgreSQL Server key.

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

Gets a PostgreSQL Server key.

List(IServerKeysOperations, String, String)

Gets a list of Server keys.

ListAsync(IServerKeysOperations, String, String, CancellationToken)

Gets a list of Server keys.

ListNext(IServerKeysOperations, String)

Gets a list of Server keys.

ListNextAsync(IServerKeysOperations, String, CancellationToken)

Gets a list of Server keys.

Applies to