共用方式為


DatabaseAccountCreateUpdateParameters.CreateMode Property

Definition

Gets or sets enum to indicate the mode of account creation. Possible values include: 'Default', 'Restore'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.createMode")]
public string CreateMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createMode")>]
member this.CreateMode : string with get, set
Public Property CreateMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to