PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
get(String resourceGroupName, String workspaceName, String privateLinkResourceName)
Get Private Link Resource Get private link resource in workspace. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)
Get Private Link Resource Get private link resource in workspace. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
Private Link Resources Get all private link resources for a workspaces. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, Context context)
Private Link Resources Get all private link resources for a workspaces. |
Method Details
get
public abstract PrivateLinkResource get(String resourceGroupName, String workspaceName, String privateLinkResourceName)
Get Private Link Resource Get private link resource in workspace.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)
Get Private Link Resource Get private link resource in workspace.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName)
Private Link Resources Get all private link resources for a workspaces.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName, Context context)
Private Link Resources Get all private link resources for a workspaces.
Parameters:
Returns: