Struct RegionCategory
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The category of the region.
public readonly struct RegionCategory : IEquatable<RegionCategory>
- Implements
- Inherited Members
Constructors
RegionCategory(string)
Initializes a new instance of RegionCategory.
public RegionCategory(string value)
Parameters
value
string
Exceptions
- ArgumentNullException
value
is null.
Properties
Extended
Extended.
public static RegionCategory Extended { get; }
Property Value
Other
Other.
public static RegionCategory Other { get; }
Property Value
Recommended
Recommended.
public static RegionCategory Recommended { get; }
Property Value
Methods
Equals(RegionCategory)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RegionCategory other)
Parameters
other
RegionCategoryAn object to compare with this object.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(RegionCategory, RegionCategory)
Determines if two RegionCategory values are the same.
public static bool operator ==(RegionCategory left, RegionCategory right)
Parameters
left
RegionCategoryright
RegionCategory
Returns
implicit operator RegionCategory(string)
Converts a string to a RegionCategory.
public static implicit operator RegionCategory(string value)
Parameters
value
string
Returns
operator !=(RegionCategory, RegionCategory)
Determines if two RegionCategory values are not the same.
public static bool operator !=(RegionCategory left, RegionCategory right)
Parameters
left
RegionCategoryright
RegionCategory