Share via


AccountProperties.IsMigrated Property

Definition

Gets if the resource is migrated from an existing key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to