public abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
groupName
- The name of the private link resource.
Returns:
a private link resource for SQL server.
getAsync
public abstract Mono getAsync(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
groupName
- The name of the private link resource.
Returns:
a private link resource for SQL server on successful completion of Mono.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
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 SQL server along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
groupName
- The name of the private link resource.
Returns:
a private link resource for SQL server along with Response<T> on successful completion of
Mono.
listByServer
public abstract PagedIterable listByServer(String resourceGroupName, String serverName)
Gets the private link resources for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
Returns:
the private link resources for SQL server as paginated response with PagedIterable<T>.
listByServer
public abstract PagedIterable listByServer(String resourceGroupName, String serverName, Context context)
Gets the private link resources for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
context
- The context to associate with this operation.
Returns:
the private link resources for SQL server as paginated response with PagedIterable<T>.
listByServerAsync
public abstract PagedFlux listByServerAsync(String resourceGroupName, String serverName)
Gets the private link resources for SQL server.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serverName
- The name of the server.
Returns:
the private link resources for SQL server as paginated response with PagedFlux<T>.