Class NotebookWorkspaceListResult
java.lang.Object
com.azure.resourcemanager.cosmos.models.NotebookWorkspaceListResult
A list of notebook workspace resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NotebookWorkspaceListResult class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Array of notebook workspace resources.withValue(List<NotebookWorkspaceInner> value) Set the value property: Array of notebook workspace resources.
-
Constructor Details
-
NotebookWorkspaceListResult
public NotebookWorkspaceListResult()Creates an instance of NotebookWorkspaceListResult class.
-
-
Method Details
-
value
Get the value property: Array of notebook workspace resources.- Returns:
- the value value.
-
withValue
Set the value property: Array of notebook workspace resources.- Parameters:
value- the value value to set.- Returns:
- the NotebookWorkspaceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-