共用方式為


SqlVirtualMachineModel.SqlManagement Property

Definition

Gets or sets SQL Server Management type. Possible values include: 'Full', 'LightWeight', 'NoAgent'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to