Uses of Interface
com.azure.resourcemanager.datafactory.models.PrivateEndpointConnectionResource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of PrivateEndpointConnectionResource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionResource.Update.apply()
Executes the update request.PrivateEndpointConnectionResource.Update.apply
(com.azure.core.util.Context context) Executes the update request.PrivateEndpointConnectionResource.DefinitionStages.WithCreate.create()
Executes the create request.PrivateEndpointConnectionResource.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnectionOperations.get
(String resourceGroupName, String factoryName, String privateEndpointConnectionName) Gets a private endpoint connection.Gets a private endpoint connection.PrivateEndpointConnectionResource.refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnectionResource.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
PrivateEndpointConnectionOperations.getByIdWithResponse
(String id, String ifNoneMatch, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
PrivateEndpointConnectionOperations.getWithResponse
(String resourceGroupName, String factoryName, String privateEndpointConnectionName, String ifNoneMatch, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResource>
PrivateEndPointConnections.listByFactory
(String resourceGroupName, String factoryName) Lists Private endpoint connections.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResource>
PrivateEndPointConnections.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists Private endpoint connections.