Share via


PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

abstract Mono<PrivateLinkResourceInner> getAsync(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)

Gets a private link resource for PostgreSQL server.

abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName)

Gets the private link resources for PostgreSQL server.

abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName, Context context)

Gets the private link resources for PostgreSQL server.

abstract PagedFlux<PrivateLinkResourceInner> listByServerAsync(String resourceGroupName, String serverName)

Gets the private link resources for PostgreSQL server.

Method Details

get

public abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
groupName - The name of the private link resource.

Returns:

a private link resource for PostgreSQL server.

getAsync

public abstract Mono<PrivateLinkResourceInner> getAsync(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
groupName - The name of the private link resource.

Returns:

a private link resource for PostgreSQL server on successful completion of Mono.

getWithResponse

public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)

Gets a private link resource for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
groupName - The name of the private link resource.
context - The context to associate with this operation.

Returns:

a private link resource for PostgreSQL server along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String serverName, String groupName)

Gets a private link resource for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
groupName - The name of the private link resource.

Returns:

a private link resource for PostgreSQL server along with Response<T> on successful completion of Mono.

listByServer

public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName)

Gets the private link resources for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

the private link resources for PostgreSQL server as paginated response with PagedIterable<T>.

listByServer

public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName, Context context)

Gets the private link resources for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
context - The context to associate with this operation.

Returns:

the private link resources for PostgreSQL server as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux<PrivateLinkResourceInner> listByServerAsync(String resourceGroupName, String serverName)

Gets the private link resources for PostgreSQL server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

the private link resources for PostgreSQL server as paginated response with PagedFlux<T>.

Applies to