RegionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET