Uses of Class
com.azure.resourcemanager.digitaltwins.models.ConnectionPropertiesPrivateLinkServiceConnectionState
Package
Description
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of ConnectionPropertiesPrivateLinkServiceConnectionState in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeMethodDescriptionConnectionProperties.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The connection state.ConnectionPropertiesPrivateLinkServiceConnectionState.withActionsRequired
(String actionsRequired) Set the actionsRequired property: Actions required for a private endpoint connection.ConnectionPropertiesPrivateLinkServiceConnectionState.withDescription
(String description) Set the description property: The description for the current state of a private endpoint connection.ConnectionPropertiesPrivateLinkServiceConnectionState.withStatus
(PrivateLinkServiceConnectionStatus status) Set the status property: The status of a private endpoint connection.Modifier and TypeMethodDescriptionConnectionProperties.withPrivateLinkServiceConnectionState
(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The connection state.