Table of Contents

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

ExtendedLocationType

Methods

Equals(ExtendedLocationType)

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

public bool Equals(ExtendedLocationType other)

Parameters

other ExtendedLocationType

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

Determines if two ExtendedLocationType values are the same.

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

Parameters

left ExtendedLocationType
right ExtendedLocationType

Returns

bool

implicit operator ExtendedLocationType(string)

Converts a string to a ExtendedLocationType.

public static implicit operator ExtendedLocationType(string value)

Parameters

value string

Returns

ExtendedLocationType

operator !=(ExtendedLocationType, ExtendedLocationType)

Determines if two ExtendedLocationType values are not the same.

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

Parameters

left ExtendedLocationType
right ExtendedLocationType

Returns

bool