Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PrivateEndpointConnectionResourceInner
-
Packages that use PrivateEndpointConnectionResourceInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionOperationsClient. createOrUpdate(String resourceGroupName, String factoryName, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Approves or rejects a private endpoint connection.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionOperationsClient. get(String resourceGroupName, String factoryName, String privateEndpointConnectionName)
Gets a private endpoint connection.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type PrivateEndpointConnectionResourceInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withId(String id)
PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withProperties(RemotePrivateEndpointConnection properties)
Set the properties property: Core resource properties. -
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResource. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateEndpointConnectionResourceInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PrivateEndpointConnectionResourceInner Modifier and Type Method Description List<PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionListResponse. value()
Get the value property: List of Private Endpoint Connections.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionListResponse
PrivateEndpointConnectionListResponse. withValue(List<PrivateEndpointConnectionResourceInner> value)
Set the value property: List of Private Endpoint Connections.
-