Class WorkspaceListManagementGroupsResult
java.lang.Object
com.azure.resourcemanager.loganalytics.models.WorkspaceListManagementGroupsResult
The list workspace management groups operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Gets or sets a list of management groups attached to the workspace.withValue(List<ManagementGroupInner> value) Set the value property: Gets or sets a list of management groups attached to the workspace.
-
Constructor Details
-
WorkspaceListManagementGroupsResult
public WorkspaceListManagementGroupsResult()
-
-
Method Details
-
value
Get the value property: Gets or sets a list of management groups attached to the workspace.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets a list of management groups attached to the workspace.- Parameters:
value- the value value to set.- Returns:
- the WorkspaceListManagementGroupsResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-