PrivateEndpointConnections Interface
public interface PrivateEndpointConnections
Resource collection API of PrivateEndpointConnections.
Method Summary
Method Details
delete
public abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)
Delete a specific private endpoint connection. Delete a specific private endpoint connection under a topic, domain, or partner namespace or namespace.
Parameters:
delete
public abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)
Delete a specific private endpoint connection. Delete a specific private endpoint connection under a topic, domain, or partner namespace or namespace.
Parameters:
get
public abstract PrivateEndpointConnection get(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)
Get a specific private endpoint connection. Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)
Get a specific private endpoint connection. Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.
Parameters:
Returns:
listByResource
public abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName)
Lists all private endpoint connections under a resource. Get all private endpoint connections under a topic, domain, or partner namespace or namespace.
Parameters:
Returns:
listByResource
public abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String filter, Integer top, Context context)
Lists all private endpoint connections under a resource. Get all private endpoint connections under a topic, domain, or partner namespace or namespace.
Parameters:
Returns:
update
public abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update a specific private endpoint connection. Update a specific private endpoint connection under a topic, domain or partner namespace.
Parameters:
Returns:
update
public abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update a specific private endpoint connection. Update a specific private endpoint connection under a topic, domain or partner namespace.
Parameters:
Returns: