次の方法で共有


ApplicationGatewayBackendAddressPool クラス

定義

アプリケーション ゲートウェイのバックエンド アドレス プール。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendAddressPool : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendAddressPool = class
    inherit SubResource
Public Class ApplicationGatewayBackendAddressPool
Inherits SubResource
継承
ApplicationGatewayBackendAddressPool
属性

コンストラクター

ApplicationGatewayBackendAddressPool()

ApplicationGatewayBackendAddressPool クラスの新しいインスタンスを初期化します。

ApplicationGatewayBackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String, String, String, String)

ApplicationGatewayBackendAddressPool クラスの新しいインスタンスを初期化します。

プロパティ

BackendAddresses

バックエンド アドレスを取得または設定します。

BackendIPConfigurations

ネットワーク インターフェイスで定義されている IP への参照のコレクションを取得します。

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

Id

リソース ID を取得または設定します。

(継承元 SubResource)
Name

Application Gateway内で一意のバックエンド アドレス プールの名前を取得または設定します。

ProvisioningState

バックエンド アドレス プール リソースのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

Type

リソースの種類を取得します。

適用対象