Class BillingType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BillingType>
com.azure.resourcemanager.loganalytics.models.BillingType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BillingType extends com.azure.core.util.ExpandableStringEnum<BillingType>
Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'.
  • Field Details

    • CLUSTER

      public static final BillingType CLUSTER
      Cluster.
    • WORKSPACES

      public static final BillingType WORKSPACES
      Workspaces.
  • Constructor Details

    • BillingType

      @Deprecated public BillingType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BillingType value.
  • Method Details

    • fromString

      public static BillingType fromString(String name)
      Creates or finds a BillingType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BillingType.
    • values

      public static Collection<BillingType> values()
      Gets known BillingType values.
      Returns:
      known BillingType values.