Uses of Interface
com.azure.resourcemanager.agrifood.models.PrivateEndpointConnection
Packages that use PrivateEndpointConnection
Package
Description
Package containing the data models for AgriFoodManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return PrivateEndpointConnectionModifier and TypeMethodDescriptionPrivateEndpointConnection.Update.apply()Executes the update request.PrivateEndpointConnection.Update.apply(com.azure.core.util.Context context) Executes the update request.PrivateEndpointConnection.DefinitionStages.WithCreate.create()Executes the create request.PrivateEndpointConnection.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnections.get(String resourceGroupName, String farmBeatsResourceName, String privateEndpointConnectionName) Get Private endpoint connection object.Get Private endpoint connection object.FarmBeats.privateEndpointConnections()Gets the privateEndpointConnections property: The private endpoint connection resource.FarmBeatsProperties.privateEndpointConnections()Gets the privateEndpointConnections property: The private endpoint connection resource.PrivateEndpointConnection.refresh()Refreshes the resource to sync with Azure.PrivateEndpointConnection.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.agrifood.models that return types with arguments of type PrivateEndpointConnectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnection> PrivateEndpointConnections.getByIdWithResponse(String id, com.azure.core.util.Context context) Get Private endpoint connection object.com.azure.core.http.rest.Response<PrivateEndpointConnection> PrivateEndpointConnections.getWithResponse(String resourceGroupName, String farmBeatsResourceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Get Private endpoint connection object.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> PrivateEndpointConnections.listByResource(String resourceGroupName, String farmBeatsResourceName) Get list of Private endpoint connections.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> PrivateEndpointConnections.listByResource(String resourceGroupName, String farmBeatsResourceName, com.azure.core.util.Context context) Get list of Private endpoint connections.