PrivateEndpointConnectionsPrivateLinkHub interface
Interfaccia che rappresenta un oggetto PrivateEndpointConnectionsPrivateLinkHub.
Metodi
| get(string, string, string, Private |
Ottenere tutti i PrivateEndpointConnection in PrivateLinkHub in base al nome |
| list(string, string, Private |
Ottenere tutte le connessioni PrivateEndpoint in PrivateLinkHub |
Dettagli metodo
get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)
Ottenere tutti i PrivateEndpointConnection in PrivateLinkHub in base al nome
function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- privateLinkHubName
-
string
Nome del privateLinkHub
- privateEndpointConnectionName
-
string
Nome dell'oggetto privateEndpointConnection
Parametri delle opzioni.
Restituisce
list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)
Ottenere tutte le connessioni PrivateEndpoint in PrivateLinkHub
function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- privateLinkHubName
-
string
Nome del privateLinkHub
Parametri delle opzioni.