Delen via


PrivateLinkResources interface

Interface die een PrivateLinkResources vertegenwoordigt.

Methoden

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Haalt een privékoppelingsresources op voor een account met een bepaalde groeps-id

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Hiermee haalt u een lijst met privékoppelingsresources voor een account op

Methodedetails

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Haalt een privékoppelingsresources op voor een account met een bepaalde groeps-id

function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

accountName

string

De naam van het account.

groupId

string

De groeps-id.

options
PrivateLinkResourcesGetByGroupIdOptionalParams

De optiesparameters.

Retouren

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Hiermee haalt u een lijst met privékoppelingsresources voor een account op

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

accountName

string

De naam van het account.

Retouren