PrivateLinkResources Interface

public interface PrivateLinkResources

Resource collection API of PrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResource get(String resourceGroupName, String workspaceName, String privateLinkResourceName)

Get specific private link resource information for this grafana resource.

abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)

Get specific private link resource information for this grafana resource.

abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String workspaceName)

List all private link resources information for this grafana resource.

abstract PagedIterable<PrivateLinkResource> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
privateLinkResourceName - The privateLinkResourceName parameter.

Returns:

specific private link resource information for this grafana resource.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context)

Get specific private link resource information for this grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
privateLinkResourceName - The privateLinkResourceName parameter.
context - The context to associate with this operation.

Returns:

specific private link resource information for this grafana resource along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName)

List all private link resources information for this grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, Context context)

List all private link resources information for this grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The workspace name of Azure Managed Grafana.
context - The context to associate with this operation.

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

Applies to

Azure SDK for Java

Preview