PrivateLinkResources Interface
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByHostPool(String resourceGroupName, String hostPoolName)
List the private link resources available for this hostpool. |
|
abstract
Paged |
listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this hostpool. |
|
abstract
Paged |
listByWorkspace(String resourceGroupName, String workspaceName)
List the private link resources available for this workspace. |
|
abstract
Paged |
listByWorkspace(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this workspace. |
Method Details
listByHostPool
public abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByHostPool
public abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName)
List the private link resources available for this workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this workspace.
Parameters:
Returns: