次の方法で共有


GalleryExtendedLocationType Struct

Definition

It is type of the extended location.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationTypeTypeConverter))]
public struct GalleryExtendedLocationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationTypeTypeConverter))>]
type GalleryExtendedLocationType = struct
    interface IArgumentCompleter
Public Structure GalleryExtendedLocationType
Implements IArgumentCompleter, IEquatable(Of GalleryExtendedLocationType)
Inheritance
GalleryExtendedLocationType
Attributes
Implements

Fields

EdgeZone
Unknown

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(GalleryExtendedLocationType)

Compares values of enum type GalleryExtendedLocationType

Equals(Object)

Compares values of enum type GalleryExtendedLocationType (override for Object)

GetHashCode()

Returns hashCode for enum GalleryExtendedLocationType

ToString()

Returns string representation for GalleryExtendedLocationType

Operators

Equality(GalleryExtendedLocationType, GalleryExtendedLocationType)

Overriding == operator for enum GalleryExtendedLocationType

Implicit(GalleryExtendedLocationType to String)

Implicit operator to convert GalleryExtendedLocationType to string

Implicit(String to GalleryExtendedLocationType)

Implicit operator to convert string to GalleryExtendedLocationType

Inequality(GalleryExtendedLocationType, GalleryExtendedLocationType)

Overriding != operator for enum GalleryExtendedLocationType

Applies to