PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
get(string, string, string, Private |
Ottenere i dettagli di un ID gruppo. |
list(string, string, Private |
Elencare gli ID gruppo supportati. |
Dettagli metodo
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Ottenere i dettagli di un ID gruppo.
function get(resourceGroupName: string, accountName: string, name: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse all'interno della sottoscrizione di Azure.
- accountName
-
string
Nome dell'account di Servizi multimediali.
- name
-
string
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Elencare gli ID gruppo supportati.
function list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse all'interno della sottoscrizione di Azure.
- accountName
-
string
Nome dell'account di Servizi multimediali.
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResourceListResult>