Class AssociatedWorkspace

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

public final class AssociatedWorkspace extends Object
The list of Log Analytics workspaces associated with the cluster.
  • Constructor Details

    • AssociatedWorkspace

      public AssociatedWorkspace()
  • Method Details

    • workspaceId

      public String workspaceId()
      Get the workspaceId property: The id of the assigned workspace.
      Returns:
      the workspaceId value.
    • workspaceName

      public String workspaceName()
      Get the workspaceName property: The name id the assigned workspace.
      Returns:
      the workspaceName value.
    • resourceId

      public String resourceId()
      Get the resourceId property: The ResourceId id the assigned workspace.
      Returns:
      the resourceId value.
    • associateDate

      public String associateDate()
      Get the associateDate property: The time of workspace association.
      Returns:
      the associateDate value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.