Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PrivateEndpointConnectionResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionOperationsClient.createOrUpdate
(String resourceGroupName, String factoryName, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper) Approves or rejects a private endpoint connection.PrivateEndpointConnectionOperationsClient.get
(String resourceGroupName, String factoryName, String privateEndpointConnectionName) Gets a private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionOperationsClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, String ifMatch, com.azure.core.util.Context context) Approves or rejects a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionOperationsClient.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<PrivateEndpointConnectionResourceInner>
PrivateEndPointConnectionsClient.listByFactory
(String resourceGroupName, String factoryName) Lists Private endpoint connections.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionResourceInner>
PrivateEndPointConnectionsClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists Private endpoint connections. -
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionResourceInner.withProperties
(RemotePrivateEndpointConnection properties) Set the properties property: Core resource properties. -
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateEndpointConnectionResourceInner object.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResponse.value()
Get the value property: List of Private Endpoint Connections.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResponse.withValue
(List<PrivateEndpointConnectionResourceInner> value) Set the value property: List of Private Endpoint Connections.