RegionCategory 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 of the region.
public readonly struct RegionCategory : IEquatable<Azure.ResourceManager.Resources.Models.RegionCategory>
type RegionCategory = struct
Public Structure RegionCategory
Implements IEquatable(Of RegionCategory)
- Inheritance
-
RegionCategory
- Implements
Constructors
RegionCategory(String) |
Initializes a new instance of RegionCategory. |
Properties
Extended |
Extended. |
Other |
Other. |
Recommended |
Recommended. |
Methods
Equals(RegionCategory) |
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(RegionCategory, RegionCategory) |
Determines if two RegionCategory values are the same. |
Implicit(String to RegionCategory) |
Converts a string to a RegionCategory. |
Inequality(RegionCategory, RegionCategory) |
Determines if two RegionCategory values are not the same. |
Applies to
Azure SDK for .NET