Uses of Interface
com.azure.resourcemanager.datafactory.models.PrivateEndpointConnectionResource
-
Packages that use PrivateEndpointConnectionResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateEndpointConnectionResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateEndpointConnectionResource Modifier and Type Method Description PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.Update. apply()
Executes the update request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.DefinitionStages.WithCreate. create()
Executes the create request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.PrivateEndpointConnectionResource
PrivateEndpointConnectionOperations. get(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Gets a private endpoint connection.PrivateEndpointConnectionResource
PrivateEndpointConnectionOperations. getById(String id)
Gets a private endpoint connection.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource. refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PrivateEndpointConnectionResource Modifier and Type Method Description com.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.
-