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