ApplicationGatewayLoadDistributionTarget クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの負荷分散ターゲット。
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayLoadDistributionTarget : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayLoadDistributionTarget = class
inherit SubResource
Public Class ApplicationGatewayLoadDistributionTarget
Inherits SubResource
- 継承
- 属性
コンストラクター
ApplicationGatewayLoadDistributionTarget() |
ApplicationGatewayLoadDistributionTarget クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayLoadDistributionTarget(String, Nullable<Int32>, SubResource, String, String, String) |
ApplicationGatewayLoadDistributionTarget クラスの新しいインスタンスを初期化します。 |
プロパティ
BackendAddressPool |
アプリケーション ゲートウェイのバックエンド アドレス プール リソースを取得または設定します。 |
Etag |
リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。 |
Id |
リソース ID を取得または設定します。 (継承元 SubResource) |
Name |
Application Gateway内で一意の負荷分散ポリシーの名前を取得または設定します。 |
Type |
リソースの種類を取得します。 |
WeightPerServer |
サーバーごとの重みを取得または設定します。 1 ~ 100 の範囲。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET