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
Private |
get(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for MySQL server. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)
Gets a private link resource for MySQL server. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName)
Gets the private link resources for MySQL server. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, Context context)
Gets the private link resources for MySQL server. |
Method Details
get
public abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)
Gets a private link resource for MySQL server.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)
Gets a private link resource for MySQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName)
Gets the private link resources for MySQL server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName, Context context)
Gets the private link resources for MySQL server.
Parameters:
Returns: