次の方法で共有


ApplicationGatewayFrontendIPConfiguration クラス

定義

アプリケーション ゲートウェイのフロントエンド IP 構成。

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

コンストラクター

ApplicationGatewayFrontendIPConfiguration()

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

ApplicationGatewayFrontendIPConfiguration(String, String, String, SubResource, SubResource, SubResource, String, String, String, String)

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

プロパティ

Etag

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

Id

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

(継承元 SubResource)
Name

Application Gateway内で一意のフロントエンド IP 構成の名前を取得または設定します。

PrivateIPAddress

ネットワーク インターフェイスの IP 構成の privateIPAddress を取得または設定します。

PrivateIPAllocationMethod

プライベート IP アドレスの割り当て方法を取得または設定します。 使用可能な値は、'Static'、'Dynamic' です。

PrivateLinkConfiguration

アプリケーション ゲートウェイのプライベート リンク構成への参照を取得または設定します。

ProvisioningState

フロントエンド IP 構成リソースのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

PublicIPAddress

PublicIP リソースへの参照を取得または設定します。

Subnet

サブネット リソースへの参照を取得または設定します。

Type

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

適用対象