Interface PrivateEndpointConnectionsPrivateLinkHubs
-
public interface PrivateEndpointConnectionsPrivateLinkHubs
Resource collection API of PrivateEndpointConnectionsPrivateLinkHubs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnectionForPrivateLinkHub
get(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName)
Get all PrivateEndpointConnection in the PrivateLinkHub by name.com.azure.core.http.rest.Response<PrivateEndpointConnectionForPrivateLinkHub>
getWithResponse(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Get all PrivateEndpointConnection in the PrivateLinkHub by name.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionForPrivateLinkHub>
list(String resourceGroupName, String privateLinkHubName)
Get all PrivateEndpointConnections in the PrivateLinkHub.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionForPrivateLinkHub>
list(String resourceGroupName, String privateLinkHubName, com.azure.core.util.Context context)
Get all PrivateEndpointConnections in the PrivateLinkHub.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName)
Get all PrivateEndpointConnections in the PrivateLinkHub.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.privateLinkHubName
- Name of the privateLinkHub.- Returns:
- all PrivateEndpointConnections in the PrivateLinkHub as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName, com.azure.core.util.Context context)
Get all PrivateEndpointConnections in the PrivateLinkHub.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.privateLinkHubName
- Name of the privateLinkHub.context
- The context to associate with this operation.- Returns:
- all PrivateEndpointConnections in the PrivateLinkHub as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
PrivateEndpointConnectionForPrivateLinkHub get(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName)
Get all PrivateEndpointConnection in the PrivateLinkHub by name.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.privateLinkHubName
- Name of the privateLinkHub.privateEndpointConnectionName
- Name of the privateEndpointConnection.- Returns:
- all PrivateEndpointConnection in the PrivateLinkHub by name.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionForPrivateLinkHub> getWithResponse(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Get all PrivateEndpointConnection in the PrivateLinkHub by name.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.privateLinkHubName
- Name of the privateLinkHub.privateEndpointConnectionName
- Name of the privateEndpointConnection.context
- The context to associate with this operation.- Returns:
- all PrivateEndpointConnection in the PrivateLinkHub by name along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
-