Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpoint
PrivateLinkConnectionApprovalRequest. privateEndpoint()
Get the privateEndpoint property: The resource of private endpoint.PrivateEndpoint
PrivateEndpoint. withId(String id)
Set the id property: The resource Id for private endpoint.Methods in com.azure.resourcemanager.datafactory.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateLinkConnectionApprovalRequest
PrivateLinkConnectionApprovalRequest. withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private endpoint.
-