Share via


IDriveStatus.State Property

Definition

The drive's current state.

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The drive's current state. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.DriveState) }, ReadOnly=false, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.DriveState? State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The drive's current state. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.DriveState) }, ReadOnly=false, Required=false, SerializedName="state")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Support.DriveState> with get, set
Public Property State As Nullable(Of DriveState)

Property Value

Attributes

Applies to