PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
Method Details
get
public abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for PostgreSQL server.
Parameters:
Returns:
getAsync
public abstract Mono<PrivateLinkResourceInner> getAsync(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for PostgreSQL server.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)
Gets a private link resource for PostgreSQL server.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for PostgreSQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName)
Gets the private link resources for PostgreSQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName, Context context)
Gets the private link resources for PostgreSQL server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByServerAsync(String resourceGroupName, String serverName)
Gets the private link resources for PostgreSQL server.
Parameters:
Returns: