PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResourcesOperations.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given IotHub

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for the given IotHub

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given IotHub

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

Parameters

resourceGroupName

string

The name of the resource group that contains the IoT hub.

resourceName

string

The name of the IoT hub.

groupId

string

The name of the private link resource

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for the given IotHub

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

Parameters

resourceGroupName

string

The name of the resource group that contains the IoT hub.

resourceName

string

The name of the IoT hub.

options
PrivateLinkResourcesListOptionalParams

The options parameters.

Returns