IDevCenterEncryptionSet.DevboxDisksEncryptionEnableStatus 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.
Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatus) }, ReadOnly=false, Required=false, SerializedName="devboxDisksEncryptionEnableStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatus? DevboxDisksEncryptionEnableStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatus) }, ReadOnly=false, Required=false, SerializedName="devboxDisksEncryptionEnableStatus")>]
member this.DevboxDisksEncryptionEnableStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatus> with get, set
Public Property DevboxDisksEncryptionEnableStatus As Nullable(Of DevboxDisksEncryptionEnableStatus)
Property Value
- Attributes