ApplicationGatewayPrivateLinkIpConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewayPrivateLinkIpConfiguration() |
ApplicationGatewayPrivateLinkIpConfiguration クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String) |
ApplicationGatewayPrivateLinkIpConfiguration クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayPrivateLinkIpConfiguration()
ApplicationGatewayPrivateLinkIpConfiguration クラスの新しいインスタンスを初期化します。
public ApplicationGatewayPrivateLinkIpConfiguration ();
Public Sub New ()
適用対象
ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String)
ApplicationGatewayPrivateLinkIpConfiguration クラスの新しいインスタンスを初期化します。
public ApplicationGatewayPrivateLinkIpConfiguration (string id = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, bool? primary = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration : string * string * string * Microsoft.Azure.Management.Network.Models.SubResource * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As SubResource = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
リソースの ID
- privateIPAddress
- String
IP 構成のプライベート IP アドレス。
- privateIPAllocationMethod
- String
プライベート IP アドレスの割り当て方法。 使用可能な値は次のとおりです: 'Static'、'Dynamic'
- subnet
- SubResource
サブネット リソースへの参照。
- provisioningState
- String
アプリケーション ゲートウェイのプライベート リンク IP 構成のプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。
- name
- String
アプリケーション ゲートウェイのプライベート リンク IP 構成の名前。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET