Share via


IServerKeysOperations Interface

Definition

ServerKeysOperations operations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Methods

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

Creates or updates a server key.

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

Deletes the server key with the given name.

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

Creates or updates a server key.

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

Deletes the server key with the given name.

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

Gets a server key.

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

Gets a list of server keys.

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

Gets a list of server keys.

Extension Methods

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

Creates or updates a server key.

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

Creates or updates a server key.

BeginDelete(IServerKeysOperations, String, String, String)

Deletes the server key with the given name.

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

Deletes the server key with the given name.

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

Creates or updates a server key.

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

Creates or updates a server key.

Delete(IServerKeysOperations, String, String, String)

Deletes the server key with the given name.

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

Deletes the server key with the given name.

Get(IServerKeysOperations, String, String, String)

Gets a server key.

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

Gets a server key.

ListByServer(IServerKeysOperations, String, String)

Gets a list of server keys.

ListByServerAsync(IServerKeysOperations, String, String, CancellationToken)

Gets a list of server keys.

ListByServerNext(IServerKeysOperations, String)

Gets a list of server keys.

ListByServerNextAsync(IServerKeysOperations, String, CancellationToken)

Gets a list of server keys.

Applies to