Condividi tramite


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

Name Description
OperationalInsightsBillingType(String)

Initializes a new instance of OperationalInsightsBillingType.

Properties

Name Description
Cluster

Cluster.

Workspaces

Workspaces.

Methods

Name Description
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

Name Description
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