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 PostgreSQL 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 PostgreSQL Server key.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ServerKeyInner>,ServerKeyInner> beginCreateOrUpdateAsync(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)
Creates or updates a PostgreSQL Server key.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String serverName, String keyName, String resourceGroupName)
Deletes the PostgreSQL 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 PostgreSQL Server key with the given name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String serverName, String keyName, String resourceGroupName)
Deletes the PostgreSQL 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 PostgreSQL Server key.
Parameters:
Returns:
createOrUpdate
public abstract ServerKeyInner createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)
Creates or updates a PostgreSQL Server key.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ServerKeyInner> createOrUpdateAsync(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)
Creates or updates a PostgreSQL Server key.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)
Creates or updates a PostgreSQL Server key.
Parameters:
Returns:
delete
public abstract void delete(String serverName, String keyName, String resourceGroupName)
Deletes the PostgreSQL Server key with the given name.
Parameters:
delete
public abstract void delete(String serverName, String keyName, String resourceGroupName, Context context)
Deletes the PostgreSQL Server key with the given name.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String serverName, String keyName, String resourceGroupName)
Deletes the PostgreSQL Server key with the given name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String serverName, String keyName, String resourceGroupName)
Deletes the PostgreSQL Server key with the given name.
Parameters:
Returns:
get
public abstract ServerKeyInner get(String resourceGroupName, String serverName, String keyName)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getAsync
public abstract Mono<ServerKeyInner> getAsync(String resourceGroupName, String serverName, String keyName)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerKeyInner> getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ServerKeyInner>> getWithResponseAsync(String resourceGroupName, String serverName, String keyName)
Gets a PostgreSQL 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:
listAsync
public abstract PagedFlux<ServerKeyInner> listAsync(String resourceGroupName, String serverName)
Gets a list of Server keys.
Parameters:
Returns: