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 specific private link resource information for this grafana resource. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)
Get specific private link resource information for this grafana resource. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
List all private link resources information for this grafana resource. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, Context context)
List all private link resources information for this grafana resource. |
Method Details
get
public abstract PrivateLinkResource get(String resourceGroupName, String workspaceName, String privateLinkResourceName)
Get specific private link resource information for this grafana resource.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)
Get specific private link resource information for this grafana resource.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName)
List all private link resources information for this grafana resource.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName, Context context)
List all private link resources information for this grafana resource.
Parameters:
Returns: