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
valuestring
Exceptions
- ArgumentNullException
valueis 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
otherExtendedLocationTypeAn 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
leftExtendedLocationTyperightExtendedLocationType
Returns
implicit operator ExtendedLocationType(string)
Converts a string to a ExtendedLocationType.
public static implicit operator ExtendedLocationType(string value)
Parameters
valuestring
Returns
operator !=(ExtendedLocationType, ExtendedLocationType)
Determines if two ExtendedLocationType values are not the same.
public static bool operator !=(ExtendedLocationType left, ExtendedLocationType right)
Parameters
leftExtendedLocationTyperightExtendedLocationType