Share via


AnalysisSkuTier Struct

Definition

The name of the Azure pricing tier to which the SKU applies.

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

Constructors

AnalysisSkuTier(String)

Initializes a new instance of AnalysisSkuTier.

Properties

Basic

Basic.

Development

Development.

Standard

Standard.

Methods

Equals(AnalysisSkuTier)

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

Determines if two AnalysisSkuTier values are the same.

Implicit(String to AnalysisSkuTier)

Converts a string to a AnalysisSkuTier.

Inequality(AnalysisSkuTier, AnalysisSkuTier)

Determines if two AnalysisSkuTier values are not the same.

Applies to