Uses of Class
com.azure.resourcemanager.databricks.models.PrivateEndpointConnectionProperties
Packages that use PrivateEndpointConnectionProperties
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.properties()Get the properties property: The private endpoint connection properties.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: The private endpoint connection properties. -
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.PrivateEndpointConnection.properties()Gets the properties property: The private endpoint connection properties.PrivateEndpointConnectionProperties.withGroupIds(List<String> groupIds) Set the groupIds property: GroupIds from the private link service resource.PrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Private endpoint.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Private endpoint connection state.Methods in com.azure.resourcemanager.databricks.models with parameters of type PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithProperties.withProperties(PrivateEndpointConnectionProperties properties) Specifies the properties property: The private endpoint connection properties..