OperationalInsightsBillingType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'.
public readonly struct OperationalInsightsBillingType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType>
type OperationalInsightsBillingType = struct
Public Structure OperationalInsightsBillingType
Implements IEquatable(Of OperationalInsightsBillingType)
- Inheritance
-
OperationalInsightsBillingType
- Implements
Constructors
OperationalInsightsBillingType(String) |
Initializes a new instance of OperationalInsightsBillingType. |
Properties
Cluster |
Cluster. |
Workspaces |
Workspaces. |
Methods
Equals(OperationalInsightsBillingType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OperationalInsightsBillingType, OperationalInsightsBillingType) |
Determines if two OperationalInsightsBillingType values are the same. |
Implicit(String to OperationalInsightsBillingType) |
Converts a String to a OperationalInsightsBillingType. |
Inequality(OperationalInsightsBillingType, OperationalInsightsBillingType) |
Determines if two OperationalInsightsBillingType values are not the same. |
Applies to
Azure SDK for .NET