次の方法で共有


ApplicationGatewayFrontendIPConfigurationInner クラス

定義

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

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

コンストラクター

ApplicationGatewayFrontendIPConfigurationInner()

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

ApplicationGatewayFrontendIPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String, String)

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

プロパティ

Etag

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

Id

リソース ID

(継承元 SubResource)
Name

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

PrivateIPAddress

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

PrivateIPAllocationMethod

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

ProvisioningState

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

PublicIPAddress

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

Subnet

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

Type

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

適用対象