ManagedInstanceKey.AutoRotationEnabled Property

Definition

Gets key auto rotation opt-in flag. Either true or false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRotationEnabled")]
public bool? AutoRotationEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRotationEnabled")>]
member this.AutoRotationEnabled : Nullable<bool>
Public ReadOnly Property AutoRotationEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to