VnetState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When enabled, the cluster is deployed into the configured subnet, when disabled it will be removed from the subnet.
[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) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type VnetState (override for Object) |
Equals(VnetState) |
Compares values of enum type VnetState |
GetHashCode() |
Returns hashCode for enum VnetState |
ToString() |
Returns string representation for VnetState |
Operators
Equality(VnetState, VnetState) |
Overriding == operator for enum VnetState |
Implicit(String to VnetState) |
Implicit operator to convert string to VnetState |
Implicit(VnetState to String) |
Implicit operator to convert VnetState to string |
Inequality(VnetState, VnetState) |
Overriding != operator for enum VnetState |