RegionType Struct

Definition

The type of the region.

public readonly struct RegionType : IEquatable<Azure.ResourceManager.Resources.Models.RegionType>
type RegionType = struct
Public Structure RegionType
Implements IEquatable(Of RegionType)
Inheritance
RegionType
Implements

Constructors

RegionType(String)

Initializes a new instance of RegionType.

Properties

Logical

Logical.

Physical

Physical.

Methods

Equals(RegionType)

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

Determines if two RegionType values are the same.

Implicit(String to RegionType)

Converts a string to a RegionType.

Inequality(RegionType, RegionType)

Determines if two RegionType values are not the same.

Applies to