Uses of Class
com.azure.resourcemanager.cosmos.models.NotebookWorkspaceListResult
Packages that use NotebookWorkspaceListResult
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of NotebookWorkspaceListResult in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type NotebookWorkspaceListResultModifier and TypeClassDescriptionfinal classA list of notebook workspace resources.Methods in com.azure.resourcemanager.cosmos.models that return NotebookWorkspaceListResultModifier and TypeMethodDescriptionstatic NotebookWorkspaceListResultNotebookWorkspaceListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NotebookWorkspaceListResult from the JsonReader.NotebookWorkspaceListResult.withValue(List<NotebookWorkspaceInner> value) Set the value property: Array of notebook workspace resources.