Uses of Interface
com.azure.resourcemanager.eventgrid.models.PrivateEndpointConnection
-
Packages that use PrivateEndpointConnection Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnectionPrivateEndpointConnections. get(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)Get a specific private endpoint connection under a topic or domain.PrivateEndpointConnectionPrivateEndpointConnections. update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)Update a specific private endpoint connection under a topic or domain.PrivateEndpointConnectionPrivateEndpointConnections. update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context)Update a specific private endpoint connection under a topic or domain.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type PrivateEndpointConnection Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateEndpointConnection>PrivateEndpointConnections. getWithResponse(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, com.azure.core.util.Context context)Get a specific private endpoint connection under a topic or domain.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>PrivateEndpointConnections. listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName)Get all private endpoint connections under a topic or domain.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection>PrivateEndpointConnections. listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String filter, Integer top, com.azure.core.util.Context context)Get all private endpoint connections under a topic or domain.List<PrivateEndpointConnection>Domain. privateEndpointConnections()Gets the privateEndpointConnections property: List of private endpoint connections.List<PrivateEndpointConnection>Topic. privateEndpointConnections()Gets the privateEndpointConnections property: The privateEndpointConnections property.
-