Uses of Class
com.azure.resourcemanager.loganalytics.models.BillingType
Packages that use BillingType
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of BillingType in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return BillingTypeModifier and TypeMethodDescriptionClusterInner.billingType()Get the billingType property: The cluster's billing type.ClusterPatchProperties.billingType()Get the billingType property: The cluster's billing type.ClusterProperties.billingType()Get the billingType property: The cluster's billing type.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type BillingTypeModifier and TypeMethodDescriptionClusterInner.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.ClusterPatchProperties.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.ClusterProperties.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type. -
Uses of BillingType in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type BillingType in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classConfigures whether billing will be only on the cluster or each workspace will be billed by its proportional use.Fields in com.azure.resourcemanager.loganalytics.models declared as BillingTypeModifier and TypeFieldDescriptionstatic final BillingTypeBillingType.CLUSTERCluster.static final BillingTypeBillingType.WORKSPACESWorkspaces.Methods in com.azure.resourcemanager.loganalytics.models that return BillingTypeModifier and TypeMethodDescriptionCluster.billingType()Gets the billingType property: The cluster's billing type.ClusterPatch.billingType()Get the billingType property: The cluster's billing type.static BillingTypeBillingType.fromString(String name) Creates or finds a BillingType from its string representation.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type BillingTypeModifier and TypeMethodDescriptionstatic Collection<BillingType> BillingType.values()Gets known BillingType values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type BillingTypeModifier and TypeMethodDescriptionCluster.DefinitionStages.WithBillingType.withBillingType(BillingType billingType) Specifies the billingType property: The cluster's billing type..Cluster.UpdateStages.WithBillingType.withBillingType(BillingType billingType) Specifies the billingType property: The cluster's billing type..ClusterPatch.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.