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

VnetState Struct

Definition

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

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(Object)
Equals(VnetState)
GetHashCode()
ToString()

Operators

Equality(VnetState, VnetState)
Implicit(String to VnetState)
Implicit(VnetState to String)
Inequality(VnetState, VnetState)

Applies to