ExtendedLocationType Struct

Definition

The extended location type.

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

Constructors

ExtendedLocationType(String)

Initializes a new instance of ExtendedLocationType.

Properties

EdgeZone

EdgeZone.

Methods

Equals(ExtendedLocationType)

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

Determines if two ExtendedLocationType values are the same.

Implicit(String to ExtendedLocationType)

Converts a string to a ExtendedLocationType.

Inequality(ExtendedLocationType, ExtendedLocationType)

Determines if two ExtendedLocationType values are not the same.

Applies to