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