VirtualNetworkConfiguration.State Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.VnetState? State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.VnetState> with get, set
Public Property State As Nullable(Of VnetState)
Property Value
Implements
- Attributes