Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene l'oggetto risorsa collegamento privato.

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Ottenere l'elenco delle risorse collegamento privato.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene l'oggetto risorsa collegamento privato.

function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parametri

resourceGroupName

string

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

farmBeatsResourceName

string

Nome della risorsa FarmBeats.

subResourceName

string

Nome della risorsa secondaria.

options
PrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Ottenere l'elenco delle risorse collegamento privato.

function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parametri

resourceGroupName

string

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

farmBeatsResourceName

string

Nome della risorsa FarmBeats.

options
PrivateLinkResourcesListByResourceOptionalParams

Parametri delle opzioni.

Restituisce