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