Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateLinkConnectionState
-
Packages that use PrivateLinkConnectionState Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionState
PrivateLinkConnectionApprovalRequest. privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionState
RemotePrivateEndpointConnection. privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionState
PrivateLinkConnectionState. withActionsRequired(String actionsRequired)
Set the actionsRequired property: ActionsRequired for a private link connection.PrivateLinkConnectionState
PrivateLinkConnectionState. withDescription(String description)
Set the description property: Description of a private link connection.PrivateLinkConnectionState
PrivateLinkConnectionState. withStatus(String status)
Set the status property: Status of a private link connection.Methods in com.azure.resourcemanager.datafactory.models with parameters of type PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionApprovalRequest
PrivateLinkConnectionApprovalRequest. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnection
RemotePrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
-