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

SkuType Struct

Definition

Sku type.

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

Fields

EvolvedPacketCore
Firewall
Sdwan
Unknown

Methods

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

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

Equals(Object)

Compares values of enum type SkuType (override for Object)

Equals(SkuType)

Compares values of enum type SkuType

GetHashCode()

Returns hashCode for enum SkuType

ToString()

Returns string representation for SkuType

Operators

Equality(SkuType, SkuType)

Overriding == operator for enum SkuType

Implicit(SkuType to String)

Implicit operator to convert SkuType to string

Implicit(String to SkuType)

Implicit operator to convert string to SkuType

Inequality(SkuType, SkuType)

Overriding != operator for enum SkuType

Applies to