ServerKeys Interface
public interface ServerKeys
Resource collection API of ServerKeys.
Method Summary
Method Details
define
public abstract ServerKey.DefinitionStages.Blank define(String name)
Begins definition for a new ServerKey resource.
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:
deleteById
public abstract void deleteById(String id)
Deletes the PostgreSQL Server key with the given name.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes the PostgreSQL Server key with the given name.
Parameters:
get
public abstract ServerKey get(String resourceGroupName, String serverName, String keyName)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getById
public abstract ServerKey getById(String id)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ServerKey> getByIdWithResponse(String id, Context context)
Gets a PostgreSQL Server key.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerKey> getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)
Gets a PostgreSQL Server key.
Parameters:
Returns:
list
public abstract PagedIterable<ServerKey> list(String resourceGroupName, String serverName)
Gets a list of Server keys.
Parameters:
Returns:
list
public abstract PagedIterable<ServerKey> list(String resourceGroupName, String serverName, Context context)
Gets a list of Server keys.
Parameters:
Returns: