IWorkspacePropertiesEncryption.ManagedDiskRotationToLatestKeyVersionEnabled 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.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Indicate whether the latest key version should be automatically used for Managed Disk Encryption.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rotationToLatestKeyVersionEnabled")]
public bool? ManagedDiskRotationToLatestKeyVersionEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Indicate whether the latest key version should be automatically used for Managed Disk Encryption.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rotationToLatestKeyVersionEnabled")>]
member this.ManagedDiskRotationToLatestKeyVersionEnabled : Nullable<bool> with get, set
Public Property ManagedDiskRotationToLatestKeyVersionEnabled As Nullable(Of Boolean)
Property Value
- Attributes