RegionCategory Struct

Definition

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