Table of Contents

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

RegionType

Physical

Physical.

public static RegionType Physical { get; }

Property Value

RegionType

Methods

Equals(RegionType)

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

public bool Equals(RegionType other)

Parameters

other RegionType

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 ==(RegionType, RegionType)

Determines if two RegionType values are the same.

public static bool operator ==(RegionType left, RegionType right)

Parameters

left RegionType
right RegionType

Returns

bool

implicit operator RegionType(string)

Converts a string to a RegionType.

public static implicit operator RegionType(string value)

Parameters

value string

Returns

RegionType

operator !=(RegionType, RegionType)

Determines if two RegionType values are not the same.

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

Parameters

left RegionType
right RegionType

Returns

bool