IReportedProperties.DeviceState 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.
edge device state.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "NotSpecified", "Connected", "Disconnected", "Repairing", "Draining", "InMaintenance", "Resuming", "Processing" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="edge device state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="deviceState", Update=false)]
public string DeviceState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "NotSpecified", "Connected", "Disconnected", "Repairing", "Draining", "InMaintenance", "Resuming", "Processing" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="edge device state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="deviceState", Update=false)>]
member this.DeviceState : string
Public ReadOnly Property DeviceState As String
Property Value
- Attributes