PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
get(string, string, string, Private |
Ottiene una risorsa collegamento privato. |
list(string, string, Private |
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.
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResource>
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.
Parametri delle opzioni.