ServerKeysOperationsExtensions Class

Definition

Extension methods for ServerKeysOperations.

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

Methods

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

Creates or updates a MySQL Server key.

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

Creates or updates a MySQL Server key.

BeginDelete(IServerKeysOperations, String, String, String)

Deletes the MySQL Server key with the given name.

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

Deletes the MySQL Server key with the given name.

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

Creates or updates a MySQL Server key.

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

Creates or updates a MySQL Server key.

Delete(IServerKeysOperations, String, String, String)

Deletes the MySQL Server key with the given name.

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

Deletes the MySQL Server key with the given name.

Get(IServerKeysOperations, String, String, String)

Gets a MySQL Server key.

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

Gets a MySQL 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