你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtendedLocationTypes Struct

Definition

The supported ExtendedLocation types. Currently only EdgeZone is supported in Microsoft.Network resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypesTypeConverter))]
public struct ExtendedLocationTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.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