Class WorkspaceInfo

java.lang.Object
com.microsoft.azure.management.monitor.WorkspaceInfo

public class WorkspaceInfo extends Object
Information about a Log Analytics Workspace.
  • Constructor Details

    • WorkspaceInfo

      public WorkspaceInfo()
  • Method Details

    • id

      public String id()
      Get azure Resource Manager identifier of the Log Analytics Workspace.
      Returns:
      the id value
    • withId

      public WorkspaceInfo withId(String id)
      Set azure Resource Manager identifier of the Log Analytics Workspace.
      Parameters:
      id - the id value to set
      Returns:
      the WorkspaceInfo object itself.
    • location

      public String location()
      Get location of the Log Analytics workspace.
      Returns:
      the location value
    • withLocation

      public WorkspaceInfo withLocation(String location)
      Set location of the Log Analytics workspace.
      Parameters:
      location - the location value to set
      Returns:
      the WorkspaceInfo object itself.
    • customerId

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

      public WorkspaceInfo withCustomerId(String customerId)
      Set log Analytics workspace identifier.
      Parameters:
      customerId - the customerId value to set
      Returns:
      the WorkspaceInfo object itself.