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