Share via


OperationalInsightsWorkspaceSkuName Struct

Definition

The name of the SKU.

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

Constructors

OperationalInsightsWorkspaceSkuName(String)

Initializes a new instance of OperationalInsightsWorkspaceSkuName.

Properties

CapacityReservation

CapacityReservation.

Free

Free.

LACluster

LACluster.

PerGB2018

PerGB2018.

PerNode

PerNode.

Premium

Premium.

Standalone

Standalone.

Standard

Standard.

Methods

Equals(OperationalInsightsWorkspaceSkuName)

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

Determines if two OperationalInsightsWorkspaceSkuName values are the same.

Implicit(String to OperationalInsightsWorkspaceSkuName)

Converts a string to a OperationalInsightsWorkspaceSkuName.

Inequality(OperationalInsightsWorkspaceSkuName, OperationalInsightsWorkspaceSkuName)

Determines if two OperationalInsightsWorkspaceSkuName values are not the same.

Applies to