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>
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final BillingTypeCluster.static final BillingTypeWorkspaces. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BillingTypefromString(String name) Creates or finds a BillingType from its string representation.static Collection<BillingType> values()Gets known BillingType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CLUSTER
Cluster. -
WORKSPACES
Workspaces.
-
-
Constructor Details
-
BillingType
Deprecated.Use thefromString(String)factory method.Creates a new instance of BillingType value.
-
-
Method Details
-
fromString
Creates or finds a BillingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BillingType.
-
values
Gets known BillingType values.- Returns:
- known BillingType values.
-
fromString(String)factory method.