Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateLinkConnectionState
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPrivateLinkConnectionApprovalRequest.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnection.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionState.withActionsRequired
(String actionsRequired) Set the actionsRequired property: ActionsRequired for a private link connection.PrivateLinkConnectionState.withDescription
(String description) Set the description property: Description of a private link connection.PrivateLinkConnectionState.withStatus
(String status) Set the status property: Status of a private link connection.Modifier and TypeMethodDescriptionPrivateLinkConnectionApprovalRequest.withPrivateLinkServiceConnectionState
(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnection.withPrivateLinkServiceConnectionState
(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.