Class WorkspaceInfoProperties

java.lang.Object
com.azure.resourcemanager.monitor.fluent.models.WorkspaceInfoProperties

public final class WorkspaceInfoProperties extends Object
Resource properties.
  • Constructor Details

    • WorkspaceInfoProperties

      public WorkspaceInfoProperties()
      Creates an instance of WorkspaceInfoProperties class.
  • Method Details

    • customerId

      public String customerId()
      Get the customerId property: Log Analytics workspace identifier.
      Returns:
      the customerId value.
    • withCustomerId

      public WorkspaceInfoProperties withCustomerId(String customerId)
      Set the customerId property: Log Analytics workspace identifier.
      Parameters:
      customerId - the customerId value to set.
      Returns:
      the WorkspaceInfoProperties object itself.
    • validate

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