Compartir a través de


ExtendedLocationTypes Struct

Definition

The type of extendedLocation.

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

Fields

EdgeZone

Methods

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

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

Equals(ExtendedLocationTypes)

Compares values of enum type ExtendedLocationTypes

Equals(Object)

Compares values of enum type ExtendedLocationTypes (override for Object)

GetHashCode()

Returns hashCode for enum ExtendedLocationTypes

ToString()

Returns string representation for ExtendedLocationTypes

Operators

Equality(ExtendedLocationTypes, ExtendedLocationTypes)

Overriding == operator for enum ExtendedLocationTypes

Implicit(ExtendedLocationTypes to String)

Implicit operator to convert ExtendedLocationTypes to string

Implicit(String to ExtendedLocationTypes)

Implicit operator to convert string to ExtendedLocationTypes

Inequality(ExtendedLocationTypes, ExtendedLocationTypes)

Overriding != operator for enum ExtendedLocationTypes

Applies to