Uses of Class
com.azure.resourcemanager.loganalytics.models.BillingType
Packages that use BillingType
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Fields in com.azure.resourcemanager.loganalytics.models declared as BillingTypeModifier and TypeFieldDescriptionstatic final BillingTypeBillingType.CLUSTERStatic value Cluster for BillingType.static final BillingTypeBillingType.WORKSPACESStatic value Workspaces for BillingType.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.