Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateLinkConnectionApprovalRequest
-
Packages that use PrivateLinkConnectionApprovalRequest Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateLinkConnectionApprovalRequest in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkConnectionApprovalRequest Modifier and Type Method Description PrivateLinkConnectionApprovalRequest
PrivateLinkConnectionApprovalRequestResource. properties()
Get the properties property: Core resource properties.PrivateLinkConnectionApprovalRequest
PrivateLinkConnectionApprovalRequest. withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private endpoint.PrivateLinkConnectionApprovalRequest
PrivateLinkConnectionApprovalRequest. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.Methods in com.azure.resourcemanager.datafactory.models with parameters of type PrivateLinkConnectionApprovalRequest Modifier and Type Method Description PrivateEndpointConnectionResource.DefinitionStages.WithCreate
PrivateEndpointConnectionResource.DefinitionStages.WithProperties. withProperties(PrivateLinkConnectionApprovalRequest properties)
Specifies the properties property: Core resource properties.PrivateEndpointConnectionResource.Update
PrivateEndpointConnectionResource.UpdateStages.WithProperties. withProperties(PrivateLinkConnectionApprovalRequest properties)
Specifies the properties property: Core resource properties.PrivateLinkConnectionApprovalRequestResource
PrivateLinkConnectionApprovalRequestResource. withProperties(PrivateLinkConnectionApprovalRequest properties)
Set the properties property: Core resource properties.
-