PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
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 PrivateLinkGroupResource get(String resourceGroupName, String privateLinkName, String groupId)
Get the specified private link resource associated with the private link.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkGroupResource> 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<PrivateLinkGroupResource> list(String resourceGroupName, String privateLinkName)
List all private link resources in a private link.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkGroupResource> list(String resourceGroupName, String privateLinkName, Context context)
List all private link resources in a private link.
Parameters:
Returns: