次の方法で共有


ApplicationGateway.BackendSettingsCollection プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象