다음을 통해 공유


OperationalInsightsSkuName Struct

Definition

The name of the Service Tier.

public readonly struct OperationalInsightsSkuName : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSkuName>
type OperationalInsightsSkuName = struct
Public Structure OperationalInsightsSkuName
Implements IEquatable(Of OperationalInsightsSkuName)
Inheritance
OperationalInsightsSkuName
Implements

Constructors

OperationalInsightsSkuName(String)

Initializes a new instance of OperationalInsightsSkuName.

Properties

CapacityReservation

CapacityReservation.

Free

Free.

PerGB2018

PerGB2018.

PerNode

PerNode.

Premium

Premium.

Standalone

Standalone.

Standard

Standard.

Methods

Equals(OperationalInsightsSkuName)

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(OperationalInsightsSkuName, OperationalInsightsSkuName)

Determines if two OperationalInsightsSkuName values are the same.

Implicit(String to OperationalInsightsSkuName)

Converts a string to a OperationalInsightsSkuName.

Inequality(OperationalInsightsSkuName, OperationalInsightsSkuName)

Determines if two OperationalInsightsSkuName values are not the same.

Applies to