Uses of Class
com.azure.resourcemanager.databricks.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for AzureDatabricksManagementClient.
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.databricks.fluent
Methods in com.azure.resourcemanager.databricks.fluent that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionGets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace.com.azure.core.http.rest.Response<List<OutboundEnvironmentEndpointInner>> OutboundNetworkDependenciesEndpointsClient.listWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundEnvironmentEndpointInner from the JsonReader.OutboundEnvironmentEndpointInner.withCategory(String category) Set the category property: The category of endpoints accessed by the Workspace, e.g. azure-storage, azure-mysql, etc.OutboundEnvironmentEndpointInner.withEndpoints(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that Workspace connect to. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.innerModel()Gets the inner com.azure.resourcemanager.databricks.fluent.models.OutboundEnvironmentEndpointInner object.