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