Class WorkspaceListManagementGroupsResult

java.lang.Object
com.azure.resourcemanager.loganalytics.models.WorkspaceListManagementGroupsResult

public final class WorkspaceListManagementGroupsResult extends Object
The list workspace management groups operation response.
  • Constructor Details

    • WorkspaceListManagementGroupsResult

      public WorkspaceListManagementGroupsResult()
  • Method Details

    • value

      public List<ManagementGroupInner> 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.