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. Il nome non fa distinzione tra maiuscole e minuscole.

scopeName

string

Nome della risorsa PrivateLinkScope di Azure Arc.

groupName

string

Nome della risorsa 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. Il nome non fa distinzione tra maiuscole e minuscole.

scopeName

string

Nome della risorsa PrivateLinkScope di Azure Arc.

Restituisce