Table of Contents

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

RegionCategory

Other

Other.

public static RegionCategory Other { get; }

Property Value

RegionCategory

Recommended.

public static RegionCategory Recommended { get; }

Property Value

RegionCategory

Methods

Equals(RegionCategory)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(RegionCategory other)

Parameters

other RegionCategory

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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 RegionCategory
right RegionCategory

Returns

bool

implicit operator RegionCategory(string)

Converts a string to a RegionCategory.

public static implicit operator RegionCategory(string value)

Parameters

value string

Returns

RegionCategory

operator !=(RegionCategory, RegionCategory)

Determines if two RegionCategory values are not the same.

public static bool operator !=(RegionCategory left, RegionCategory right)

Parameters

left RegionCategory
right RegionCategory

Returns

bool