Udostępnij za pośrednictwem


Category Struct

Definition

The Category.

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

Constructors

Category(String)

Initializes a new instance of Category.

Properties

Cost

Cost.

HighAvailability

HighAvailability.

OperationalExcellence

OperationalExcellence.

Performance

Performance.

Security

Security.

Methods

Equals(Category)

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

Determines if two Category values are the same.

Implicit(String to Category)

Converts a string to a Category.

Inequality(Category, Category)

Determines if two Category values are not the same.

Applies to