Class WorkspaceListResult
java.lang.Object
com.azure.resourcemanager.loganalytics.models.WorkspaceListResult
The list workspaces operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: A list of workspaces.withValue(List<WorkspaceInner> value) Set the value property: A list of workspaces.
-
Constructor Details
-
WorkspaceListResult
public WorkspaceListResult()
-
-
Method Details
-
value
Get the value property: A list of workspaces.- Returns:
- the value value.
-
withValue
Set the value property: A list of workspaces.- Parameters:
value- the value value to set.- Returns:
- the WorkspaceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-