IStopOnNoConnectConfiguration.Status 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.
Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnNoConnectEnableStatus) }, ReadOnly=false, Required=true, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnNoConnectEnableStatus Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnNoConnectEnableStatus) }, ReadOnly=false, Required=true, SerializedName="status")>]
member this.Status : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnNoConnectEnableStatus with get, set
Public Property Status As StopOnNoConnectEnableStatus
Property Value
- Attributes