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 privateLinkName, String groupId)
Get the specified private link resource associated with the private link. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String privateLinkName, String groupId, Context context)
Get the specified private link resource associated with the private link. |
|
abstract
Paged |
list(String resourceGroupName, String privateLinkName)
List all private link resources in a private link. |
|
abstract
Paged |
list(String resourceGroupName, String privateLinkName, Context context)
List all private link resources in a private link. |
Method Details
get
public abstract PrivateLinkGroupResourceInner get(String resourceGroupName, String privateLinkName, String groupId)
Get the specified private link resource associated with the private link.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkGroupResourceInner> getWithResponse(String resourceGroupName, String privateLinkName, String groupId, Context context)
Get the specified private link resource associated with the private link.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkGroupResourceInner> list(String resourceGroupName, String privateLinkName)
List all private link resources in a private link.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkGroupResourceInner> list(String resourceGroupName, String privateLinkName, Context context)
List all private link resources in a private link.
Parameters:
Returns: