次の方法で共有


ApplicationGatewayPrivateLinkIpConfiguration クラス

定義

アプリケーション ゲートウェイのプライベート リンク IP 構成。

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

コンストラクター

ApplicationGatewayPrivateLinkIpConfiguration()

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

ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String)

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

プロパティ

Etag

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

Id

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

(継承元 SubResource)
Name

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

Primary

IP 構成がプライマリであるかどうかを取得または設定します。

PrivateIPAddress

IP 構成のプライベート IP アドレスを取得または設定します。

PrivateIPAllocationMethod

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

ProvisioningState

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

Subnet

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

Type

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

適用対象