Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BeginCreateOrUpdate(IServerKeysOperations, String, String, String, ServerKey)
|
Creates or updates a MySQL Server key.
|
BeginCreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKey, 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, String, ServerKey)
|
Creates or updates a MySQL Server key.
|
CreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKey, 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 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.
|