Uses of Class
com.azure.resourcemanager.databricks.models.EndpointDependency
Packages that use EndpointDependency
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of EndpointDependency in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return types with arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.endpoints()Get the endpoints property: The endpoints that Workspace connect to.Method parameters in com.azure.resourcemanager.databricks.fluent.models with type arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.withEndpoints(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that Workspace connect to. -
Uses of EndpointDependency in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return EndpointDependencyModifier and TypeMethodDescriptionstatic EndpointDependencyEndpointDependency.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointDependency from the JsonReader.EndpointDependency.withDomainName(String domainName) Set the domainName property: The domain name of the dependency.EndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The Ports used when connecting to domainName.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.endpoints()Gets the endpoints property: The endpoints that Workspace connect to.