Uses of Class
com.azure.resourcemanager.datafactory.models.RemotePrivateEndpointConnection
-
Packages that use RemotePrivateEndpointConnection Package Description 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 RemotePrivateEndpointConnection in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return RemotePrivateEndpointConnection Modifier and Type Method Description RemotePrivateEndpointConnection
PrivateEndpointConnectionResourceInner. properties()
Get the properties property: Core resource properties.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type RemotePrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withProperties(RemotePrivateEndpointConnection properties)
Set the properties property: Core resource properties. -
Uses of RemotePrivateEndpointConnection in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return RemotePrivateEndpointConnection Modifier and Type Method Description RemotePrivateEndpointConnection
PrivateEndpointConnectionResource. properties()
Gets the properties property: Core resource properties.RemotePrivateEndpointConnection
RemotePrivateEndpointConnection. withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnection
RemotePrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
-