SignalRPrivateLinkResources interface

Interface representing a SignalRPrivateLinkResources.

Methods

list(string, string, SignalRPrivateLinkResourcesListOptionalParams)

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

Method Details

list(string, string, SignalRPrivateLinkResourcesListOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

options
SignalRPrivateLinkResourcesListOptionalParams

The options parameters.

Returns