Udostępnij za pośrednictwem


PrivateLinkResourceOperations interface

Interfejs reprezentujący element PrivateLinkResourceOperations.

Metody

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Pobiera informacje o określonym zasobie łącza prywatnego.

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Wyświetla listę wszystkich zasobów łącza prywatnego na określonym koncie.

Szczegóły metody

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Pobiera informacje o określonym zasobie łącza prywatnego.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów zawierającej konto usługi Batch.

accountName

string

Nazwa konta usługi Batch.

privateLinkResourceName

string

Nazwa zasobu łącza prywatnego. Musi to być unikatowe w ramach konta.

options
PrivateLinkResourceGetOptionalParams

Parametry opcji.

Zwraca

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Wyświetla listę wszystkich zasobów łącza prywatnego na określonym koncie.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów zawierającej konto usługi Batch.

accountName

string

Nazwa konta usługi Batch.

Zwraca