次の方法で共有


ServerConnectionPolicyInner.ConnectionType プロパティ

定義

サーバー接続の種類を取得または設定します。 使用可能な値は、'Default'、'Proxy'、'Redirect' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ServerConnectionType ConnectionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionType")>]
member this.ConnectionType : Microsoft.Azure.Management.Sql.Fluent.Models.ServerConnectionType with get, set
Public Property ConnectionType As ServerConnectionType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象