次の方法で共有


ApplicationGatewayIPConfigurationInner クラス

定義

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

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

コンストラクター

ApplicationGatewayIPConfigurationInner()

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

ApplicationGatewayIPConfigurationInner(String, SubResource, ProvisioningState, String, String, String)

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

プロパティ

Etag

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

Id

リソース ID

(継承元 SubResource)
Name

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

ProvisioningState

アプリケーション ゲートウェイ IP 構成リソースのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

Subnet

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

Type

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

適用対象