IClusterProperties.EnableAutoStop Property

Definition

A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoStop", Update=true)]
public bool? EnableAutoStop { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoStop", Update=true)>]
member this.EnableAutoStop : Nullable<bool> with get, set
Public Property EnableAutoStop As Nullable(Of Boolean)

Property Value

Attributes

Applies to