PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get specific private link resource information for this grafana resource |
list(string, string, Private |
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
The options parameters.
Returns
Promise<PrivateLinkResource>
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.
The options parameters.