次の方法で共有


ApplicationGatewayBackendAddressPoolInner クラス

定義

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

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

コンストラクター

ApplicationGatewayBackendAddressPoolInner()

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

ApplicationGatewayBackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<ApplicationGatewayBackendAddress>, ProvisioningState, String, String, String)

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

プロパティ

BackendAddresses

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

BackendIPConfigurations

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

Etag

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

Id

リソース ID

(継承元 SubResource)
Name

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

ProvisioningState

バックエンド アドレス プール リソースのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

Type

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

適用対象