Share via


ManagedHsmProperties.CreateMode Property

Definition

Gets or sets the create mode to indicate whether the resource is being created or is being recovered from a deleted resource. 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