Share via


AssessmentPricingTier Struct

Definition

The AssessmentPricingTier.

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

Constructors

AssessmentPricingTier(String)

Initializes a new instance of AssessmentPricingTier.

Properties

Basic

Basic.

Standard

Standard.

Methods

Equals(AssessmentPricingTier)

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

Determines if two AssessmentPricingTier values are the same.

Implicit(String to AssessmentPricingTier)

Converts a String to a AssessmentPricingTier.

Inequality(AssessmentPricingTier, AssessmentPricingTier)

Determines if two AssessmentPricingTier values are not the same.

Applies to