다음을 통해 공유


OperationalInsightsBillingType Struct

Definition

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