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 SQL server.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a private link resource for SQL server.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a private link resource for SQL server.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a private link resource for SQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets the private link resources for SQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets the private link resources for SQL server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets the private link resources for SQL server.
Parameters:
Returns:
Applies to
Azure SDK for Java