PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

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

Method Details

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.

searchServiceName

string

The name of the Azure Cognitive Search service associated with the specified resource group.

options
PrivateLinkResourcesListSupportedOptionalParams

The options parameters.

Returns