Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateLinkConnectionApprovalRequestResource
-
Packages that use PrivateLinkConnectionApprovalRequestResource Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateLinkConnectionApprovalRequestResource in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type PrivateLinkConnectionApprovalRequestResource Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionOperationsClient. createOrUpdate(String resourceGroupName, String factoryName, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Approves or rejects a private endpoint connection.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. -
Uses of PrivateLinkConnectionApprovalRequestResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkConnectionApprovalRequestResource Modifier and Type Method Description PrivateLinkConnectionApprovalRequestResource
PrivateLinkConnectionApprovalRequestResource. withId(String id)
PrivateLinkConnectionApprovalRequestResource
PrivateLinkConnectionApprovalRequestResource. withProperties(PrivateLinkConnectionApprovalRequest properties)
Set the properties property: Core resource properties.
-