Uses of Interface
com.azure.resourcemanager.apimanagement.models.PrivateEndpointConnection
Packages that use PrivateEndpointConnection
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.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.Gets the details of the Private Endpoint Connection specified by its identifier.PrivateEndpointConnections.getByName(String resourceGroupName, String serviceName, String privateEndpointConnectionName) Gets the details of the Private Endpoint Connection specified by its identifier.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.apimanagement.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) Gets the details of the Private Endpoint Connection specified by its identifier.com.azure.core.http.rest.Response<PrivateEndpointConnection> PrivateEndpointConnections.getByNameWithResponse(String resourceGroupName, String serviceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the details of the Private Endpoint Connection specified by its identifier.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> PrivateEndpointConnections.listByService(String resourceGroupName, String serviceName) Lists all private endpoint connections of the API Management service instance.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> PrivateEndpointConnections.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists all private endpoint connections of the API Management service instance.