Category Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET