PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given Digital Twin.

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for given Digital Twin.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given Digital Twin.

function get(resourceGroupName: string, resourceName: string, resourceId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>

Parameters

resourceGroupName

string

The name of the resource group that contains the DigitalTwinsInstance.

resourceName

string

The name of the DigitalTwinsInstance.

resourceId

string

The name of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for given Digital Twin.

function list(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<GroupIdInformationResponse>

Parameters

resourceGroupName

string

The name of the resource group that contains the DigitalTwinsInstance.

resourceName

string

The name of the DigitalTwinsInstance.

options
PrivateLinkResourcesListOptionalParams

The options parameters.

Returns