PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
| get(string, string, string, Private |
Ottenere una risorsa collegamento privato nell'area di lavoro |
| list(string, string, Private |
Ottenere tutte le risorse di collegamento privato per un'area di lavoro |
Dettagli metodo
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Ottenere una risorsa collegamento privato nell'area di lavoro
function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- privateLinkResourceName
-
string
Nome della risorsa collegamento privato
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Ottenere tutte le risorse di collegamento privato per un'area di lavoro
function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
Parametri delle opzioni.