PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get specific private link resource information for this grafana resource

list(string, string, PrivateLinkResourcesListOptionalParams)

List all private link resources information for this grafana resource

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get specific private link resource information for this grafana resource

function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The workspace name of Azure Managed Grafana.

privateLinkResourceName

string

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateLinkResourcesListOptionalParams)

List all private link resources information for this grafana resource

function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The workspace name of Azure Managed Grafana.

options
PrivateLinkResourcesListOptionalParams

The options parameters.

Returns