PrivateEndpointConnectionsPrivateLinkHub interface
Interface representing a PrivateEndpointConnectionsPrivateLinkHub.
Methods
get(string, string, string, Private |
Get all PrivateEndpointConnection in the PrivateLinkHub by name |
list(string, string, Private |
Get all PrivateEndpointConnections in the PrivateLinkHub |
Method Details
get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)
Get all PrivateEndpointConnection in the PrivateLinkHub by name
function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- privateLinkHubName
-
string
Name of the privateLinkHub
- privateEndpointConnectionName
-
string
Name of the privateEndpointConnection
The options parameters.
Returns
list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)
Get all PrivateEndpointConnections in the PrivateLinkHub
function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- privateLinkHubName
-
string
Name of the privateLinkHub
The options parameters.