Struct RegionType
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The type of the region.
public readonly struct RegionType : IEquatable<RegionType>
- Implements
- Inherited Members
Constructors
RegionType(string)
Initializes a new instance of RegionType.
public RegionType(string value)
Parameters
value
string
Exceptions
- ArgumentNullException
value
is null.
Properties
Logical
Logical.
public static RegionType Logical { get; }
Property Value
Physical
Physical.
public static RegionType Physical { get; }
Property Value
Methods
Equals(RegionType)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RegionType other)
Parameters
other
RegionTypeAn 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 ==(RegionType, RegionType)
Determines if two RegionType values are the same.
public static bool operator ==(RegionType left, RegionType right)
Parameters
left
RegionTyperight
RegionType
Returns
implicit operator RegionType(string)
Converts a string to a RegionType.
public static implicit operator RegionType(string value)
Parameters
value
string
Returns
operator !=(RegionType, RegionType)
Determines if two RegionType values are not the same.
public static bool operator !=(RegionType left, RegionType right)
Parameters
left
RegionTyperight
RegionType