Share via


OperationalInsightsClusterSkuName Struct

Definition

The name of the SKU.

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

Constructors

OperationalInsightsClusterSkuName(String)

Initializes a new instance of OperationalInsightsClusterSkuName.

Properties

CapacityReservation

CapacityReservation.

Methods

Equals(OperationalInsightsClusterSkuName)

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

Determines if two OperationalInsightsClusterSkuName values are the same.

Implicit(String to OperationalInsightsClusterSkuName)

Converts a string to a OperationalInsightsClusterSkuName.

Inequality(OperationalInsightsClusterSkuName, OperationalInsightsClusterSkuName)

Determines if two OperationalInsightsClusterSkuName values are not the same.

Applies to