IWorkspace.ManagedDiskRotationToLatestKeyVersionEnabled Property

Definition

Indicate whether the latest key version should be automatically used for Managed Disk Encryption.

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

Property Value

Attributes

Applies to