Uses of Class
com.azure.resourcemanager.databricks.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Private endpoint connection state.PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired) Set the actionsRequired property: Actions required for a private endpoint connection.PrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The description for the current state of a private endpoint connection.PrivateLinkServiceConnectionState.withStatus(PrivateLinkServiceConnectionStatus status) Set the status property: The status of a private endpoint connection.Methods in com.azure.resourcemanager.databricks.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Private endpoint connection state.