Share via


GalleryExtendedLocationType Struct

Definition

It is type of the extended location.

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

Constructors

GalleryExtendedLocationType(String)

Initializes a new instance of GalleryExtendedLocationType.

Properties

EdgeZone

EdgeZone.

Unknown

Unknown.

Methods

Equals(GalleryExtendedLocationType)

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

Determines if two GalleryExtendedLocationType values are the same.

Implicit(String to GalleryExtendedLocationType)

Converts a string to a GalleryExtendedLocationType.

Inequality(GalleryExtendedLocationType, GalleryExtendedLocationType)

Determines if two GalleryExtendedLocationType values are not the same.

Applies to