Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato.

list(string, string, PrivateLinkResourcesListOptionalParams)

Restituisce l'elenco di risorse collegamento privato.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato.

function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parametri

resourceGroupName

string

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

clusterName

string

Nome del cluster Kusto.

privateLinkResourceName

string

Nome della risorsa collegamento privato.

options
PrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateLinkResourcesListOptionalParams)

Restituisce l'elenco di risorse collegamento privato.

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

Parametri

resourceGroupName

string

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

clusterName

string

Nome del cluster Kusto.

options
PrivateLinkResourcesListOptionalParams

Parametri delle opzioni.

Restituisce