ApplicationGatewayBackendAddressPoolInner クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイのバックエンド アドレス プール。
[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(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 |
リソースの型を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET