Share via


ICacheProperties.EncryptionSettingRotationToLatestKeyVersionEnabled Property

Definition

Specifies whether the service will automatically rotate to the newest version of the key in the key vault.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies whether the service will automatically rotate to the newest version of the key in the key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rotationToLatestKeyVersionEnabled")]
public bool? EncryptionSettingRotationToLatestKeyVersionEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies whether the service will automatically rotate to the newest version of the key in the key vault.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rotationToLatestKeyVersionEnabled")>]
member this.EncryptionSettingRotationToLatestKeyVersionEnabled : Nullable<bool> with get, set
Public Property EncryptionSettingRotationToLatestKeyVersionEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to