次の方法で共有


ApplicationGatewayIPConfiguration クラス

定義

アプリケーション ゲートウェイの IP 構成。 現在、1 つのパブリック IP 構成と 1 つのプライベート IP 構成が許可されています。

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

コンストラクター

ApplicationGatewayIPConfiguration()

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

ApplicationGatewayIPConfiguration(String, SubResource, String, String, String, String)

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

プロパティ

Etag

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

Id

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

(継承元 SubResource)
Name

Application Gateway内で一意の IP 構成の名前を取得または設定します。

ProvisioningState

アプリケーション ゲートウェイ IP 構成リソースのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

Subnet

サブネット リソースへの参照を取得または設定します。 アプリケーション ゲートウェイがプライベート アドレスを取得するサブネット。

Type

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

適用対象