KustoClusterVnetState Struct

Definition

When enabled, the cluster is deployed into the configured subnet, when disabled it will be removed from the subnet.

public readonly struct KustoClusterVnetState : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterVnetState>
type KustoClusterVnetState = struct
Public Structure KustoClusterVnetState
Implements IEquatable(Of KustoClusterVnetState)
Inheritance
KustoClusterVnetState
Implements

Constructors

KustoClusterVnetState(String)

Initializes a new instance of KustoClusterVnetState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(KustoClusterVnetState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KustoClusterVnetState, KustoClusterVnetState)

Determines if two KustoClusterVnetState values are the same.

Implicit(String to KustoClusterVnetState)

Converts a string to a KustoClusterVnetState.

Inequality(KustoClusterVnetState, KustoClusterVnetState)

Determines if two KustoClusterVnetState values are not the same.

Applies to