PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
| get |
Ottiene una risorsa collegabile privatamente per un account con un identificatore di gruppo specificato |
| list |
Ottiene un elenco di risorse collegabili privatamente per un account |
Dettagli metodo
getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)
Ottiene una risorsa collegabile privatamente per un account con un identificatore di gruppo specificato
function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- accountName
-
string
Nome dell'account.
- groupId
-
string
Identificatore del gruppo.
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResource>
listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)
Ottiene un elenco di risorse collegabili privatamente per un account
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- accountName
-
string
Nome dell'account.
Parametri delle opzioni.