PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

Gets a list of all supported private link resource types for the given environment.

Method Details

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

Gets a list of all supported private link resource types for the given environment.

function listSupported(resourceGroupName: string, environmentName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

environmentName

string

The name of the Time Series Insights environment associated with the specified resource group.

options
PrivateLinkResourcesListSupportedOptionalParams

The options parameters.

Returns