Partager via


PrivateLinkResourceOperations interface

Interface représentant un PrivateLinkResourceOperations.

Méthodes

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Obtient des informations sur la ressource de liaison privée spécifiée.

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Répertorie toutes les ressources de liaison privée dans le compte spécifié.

Détails de la méthode

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Obtient des informations sur la ressource de liaison privée spécifiée.

function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient le compte Batch.

accountName

string

Le nom du compte Batch.

privateLinkResourceName

string

Nom de la ressource de liaison privée. Il doit être unique au sein du compte.

options
PrivateLinkResourceGetOptionalParams

Paramètres d’options.

Retours

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Répertorie toutes les ressources de liaison privée dans le compte spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient le compte Batch.

accountName

string

Le nom du compte Batch.

options
PrivateLinkResourceListByBatchAccountOptionalParams

Paramètres d’options.

Retours