Delen via


PrivateLinkResourcesOperations interface

Interface die een PrivateLinkResourcesOperations vertegenwoordigt.

Methoden

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

De opgegeven private link-resource voor de opgegeven IotHub ophalen

list(string, string, PrivateLinkResourcesListOptionalParams)

Private Link-resources weergeven voor de opgegeven IotHub

Methodedetails

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

De opgegeven private link-resource voor de opgegeven IotHub ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep die de IoT-hub bevat.

resourceName

string

De naam van de IoT-hub.

groupId

string

De naam van de private link-resource

options
PrivateLinkResourcesGetOptionalParams

De optiesparameters.

Retouren

list(string, string, PrivateLinkResourcesListOptionalParams)

Private Link-resources weergeven voor de opgegeven IotHub

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

Parameters

resourceGroupName

string

De naam van de resourcegroep die de IoT-hub bevat.

resourceName

string

De naam van de IoT-hub.

options
PrivateLinkResourcesListOptionalParams

De optiesparameters.

Retouren