ServerKeysClient Interface
public interface ServerKeysClient
An instance of this class provides access to all the operations defined in ServerKeysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServerKeyInner>,ServerKeyInner> beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)
Creates or updates a MySQL Server key.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServerKeyInner>,ServerKeyInner> beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)
Creates or updates a MySQL Server key.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String serverName, String keyName, String resourceGroupName)
Deletes the MySQL Server key with the given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String serverName, String keyName, String resourceGroupName, Context context)
Deletes the MySQL Server key with the given name.
Parameters:
Returns:
createOrUpdate
public abstract ServerKeyInner createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)
Creates or updates a MySQL Server key.
Parameters:
Returns:
createOrUpdate
public abstract ServerKeyInner createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)
Creates or updates a MySQL Server key.
Parameters:
Returns:
delete
public abstract void delete(String serverName, String keyName, String resourceGroupName)
Deletes the MySQL Server key with the given name.
Parameters:
delete
public abstract void delete(String serverName, String keyName, String resourceGroupName, Context context)
Deletes the MySQL Server key with the given name.
Parameters:
get
public abstract ServerKeyInner get(String resourceGroupName, String serverName, String keyName)
Gets a MySQL Server key.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerKeyInner> getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)
Gets a MySQL Server key.
Parameters:
Returns:
list
public abstract PagedIterable<ServerKeyInner> list(String resourceGroupName, String serverName)
Gets a list of Server keys.
Parameters:
Returns:
list
public abstract PagedIterable<ServerKeyInner> list(String resourceGroupName, String serverName, Context context)
Gets a list of Server keys.
Parameters:
Returns: