Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Obtient une ressource pouvant être liée en privé pour un compte avec un identificateur de groupe donné

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Obtient la liste des ressources pouvant être liées en privé pour un compte

Détails de la méthode

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Obtient une ressource pouvant être liée en privé pour un compte avec un identificateur de groupe donné

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

groupId

string

Identificateur de groupe.

options
PrivateLinkResourcesGetByGroupIdOptionalParams

Paramètres d’options.

Retours

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Obtient la liste des ressources pouvant être liées en privé pour un compte

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

options
PrivateLinkResourcesListByAccountOptionalParams

Paramètres d’options.

Retours