Condividi tramite


PrivateLinkHubPrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkHubPrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkHubPrivateLinkResourcesGetOptionalParams)

Ottenere una risorsa collegamento privato nell'hub di collegamento privato

list(string, string, PrivateLinkHubPrivateLinkResourcesListOptionalParams)

Ottenere tutte le risorse collegamento privato per un hub di collegamento privato

Dettagli metodo

get(string, string, string, PrivateLinkHubPrivateLinkResourcesGetOptionalParams)

Ottenere una risorsa collegamento privato nell'hub di collegamento privato

function get(resourceGroupName: string, privateLinkHubName: string, privateLinkResourceName: string, options?: PrivateLinkHubPrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

privateLinkHubName

string

Nome dell'hub di collegamento privato

privateLinkResourceName

string

Nome della risorsa collegamento privato

options
PrivateLinkHubPrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateLinkHubPrivateLinkResourcesListOptionalParams)

Ottenere tutte le risorse collegamento privato per un hub di collegamento privato

function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateLinkHubPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

privateLinkHubName

string

Nome dell'hub di collegamento privato

options
PrivateLinkHubPrivateLinkResourcesListOptionalParams

Parametri delle opzioni.

Restituisce