Freigeben über


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

Name Description
ExtendedLocationType(String)

Initializes a new instance of ExtendedLocationType.

Properties

Name Description
EdgeZone

EdgeZone.

Methods

Name Description
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

Name Description
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