VaultPatchProperties.CreateMode Property

Definition

Gets or sets the vault's create mode to indicate whether the vault need to be recovered or not. Possible values include: 'recover', 'default'

[Newtonsoft.Json.JsonProperty(PropertyName="createMode")]
public Microsoft.Azure.Management.KeyVault.Models.CreateMode? CreateMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createMode")>]
member this.CreateMode : Nullable<Microsoft.Azure.Management.KeyVault.Models.CreateMode> with get, set
Public Property CreateMode As Nullable(Of CreateMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to