Uses of Class
com.azure.resourcemanager.databricks.models.WorkspaceListResult
Packages that use WorkspaceListResult
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceListResult in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceListResultModifier and TypeMethodDescriptionstatic WorkspaceListResultWorkspaceListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceListResult from the JsonReader.WorkspaceListResult.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.WorkspaceListResult.withValue(List<WorkspaceInner> value) Set the value property: The array of workspaces.