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
Group |
get(String resourceGroupName, String workspaceName, String groupId)
Get the specified private link resource Get the specified private link resource for the given group id (sub-resource). |
|
abstract
Response<Group |
getWithResponse(String resourceGroupName, String workspaceName, String groupId, Context context)
Get the specified private link resource Get the specified private link resource for the given group id (sub-resource). |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
List private link resources List private link resources for a given workspace. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, Context context)
List private link resources List private link resources for a given workspace. |
Method Details
get
public abstract GroupIdInformationInner get(String resourceGroupName, String workspaceName, String groupId)
Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).
Parameters:
Returns:
getWithResponse
public abstract Response<GroupIdInformationInner> getWithResponse(String resourceGroupName, String workspaceName, String groupId, Context context)
Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).
Parameters:
Returns:
list
public abstract PagedIterable<GroupIdInformationInner> list(String resourceGroupName, String workspaceName)
List private link resources List private link resources for a given workspace.
Parameters:
Returns:
list
public abstract PagedIterable<GroupIdInformationInner> list(String resourceGroupName, String workspaceName, Context context)
List private link resources List private link resources for a given workspace.
Parameters:
Returns: