Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene le risorse di collegamento privato che devono essere create per un PrivateLinkScope di Monitoraggio di Azure.

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Ottiene le risorse di collegamento privato che devono essere create per un PrivateLinkScope di Monitoraggio di Azure.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene le risorse di collegamento privato che devono essere create per un PrivateLinkScope di Monitoraggio di Azure.

function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

scopeName

string

Nome della risorsa PrivateLinkScope di Azure Arc.

groupName

string

Nome della risorsa di collegamento privato.

options
PrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Ottiene le risorse di collegamento privato che devono essere create per un PrivateLinkScope di Monitoraggio di Azure.

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

scopeName

string

Nome della risorsa PrivateLinkScope di Azure Arc.

Restituisce