Partager via


PrivateEndpointConnectionsPrivateLinkHub interface

Interface représentant un PrivateEndpointConnectionsPrivateLinkHub.

Méthodes

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

Obtenir toutes les connexions PrivateEndpointConnection dans PrivateLinkHub par nom

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

Obtenir toutes les connexions PrivateEndpointConnections dans PrivateLinkHub

Détails de la méthode

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

Obtenir toutes les connexions PrivateEndpointConnection dans PrivateLinkHub par nom

function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateLinkHubName

string

Nom du privateLinkHub

privateEndpointConnectionName

string

Nom du privateEndpointConnection

Retours

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

Obtenir toutes les connexions PrivateEndpointConnections dans PrivateLinkHub

function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateLinkHubName

string

Nom du privateLinkHub

Retours