Freigeben über


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

Name Description
AnalysisSkuTier(String)

Initializes a new instance of AnalysisSkuTier.

Properties

Name Description
Basic

Basic.

Development

Development.

Standard

Standard.

Methods

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

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