PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
| get(string, string, string, Private |
Ottenere la risorsa collegamento privato specificata per il gemello digitale specificato. |
| list(string, string, Private |
Elencare le risorse di collegamento privato per gemelli digitali specificati. |
Dettagli metodo
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Ottenere la risorsa collegamento privato specificata per il gemello digitale specificato.
function get(resourceGroupName: string, resourceName: string, resourceId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene DigitalTwinsInstance.
- resourceName
-
string
Nome di DigitalTwinsInstance.
- resourceId
-
string
Nome della risorsa collegamento privato.
Parametri delle opzioni.
Restituisce
Promise<GroupIdInformation>
list(string, string, PrivateLinkResourcesListOptionalParams)
Elencare le risorse di collegamento privato per gemelli digitali specificati.
function list(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<GroupIdInformationResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene DigitalTwinsInstance.
- resourceName
-
string
Nome di DigitalTwinsInstance.
Parametri delle opzioni.
Restituisce
Promise<GroupIdInformationResponse>