WebPubSubPrivateLinkResources interface

Interface representing a WebPubSubPrivateLinkResources.

Methods

list(string, string, WebPubSubPrivateLinkResourcesListOptionalParams)

Get the private link resources that need to be created for a resource.

Method Details

list(string, string, WebPubSubPrivateLinkResourcesListOptionalParams)

Get the private link resources that need to be created for a resource.

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

Parameters

resourceGroupName

string

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

resourceName

string

The name of the resource.

options
WebPubSubPrivateLinkResourcesListOptionalParams

The options parameters.

Returns