ServerKeysOperationsExtensions Class

Definition

Extension methods for ServerKeysOperations.

public static class ServerKeysOperationsExtensions
type ServerKeysOperationsExtensions = class
Public Module ServerKeysOperationsExtensions
Inheritance
ServerKeysOperationsExtensions

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