次の方法で共有


ApplicationGateway.SslProfiles プロパティ

定義

アプリケーション ゲートウェイ リソースの SSL プロファイルを取得または設定します。 既定の制限については、「Application Gateway制限」を参照してください。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sslProfiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslProfile> SslProfiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sslProfiles")>]
member this.SslProfiles : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslProfile> with get, set
Public Property SslProfiles As IList(Of ApplicationGatewaySslProfile)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象