NetworkInterfaceIPConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NetworkInterfaceIPConfiguration() |
NetworkInterfaceIPConfiguration クラスの新しいインスタンスを初期化します。 |
NetworkInterfaceIPConfiguration(String, SubResource, IList<VirtualNetworkTap>, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, IList<ApplicationSecurityGroup>, String, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String, String) |
NetworkInterfaceIPConfiguration クラスの新しいインスタンスを初期化します。 |
NetworkInterfaceIPConfiguration()
NetworkInterfaceIPConfiguration クラスの新しいインスタンスを初期化します。
public NetworkInterfaceIPConfiguration();
Public Sub New ()
適用対象
NetworkInterfaceIPConfiguration(String, SubResource, IList<VirtualNetworkTap>, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, IList<ApplicationSecurityGroup>, String, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String, String)
NetworkInterfaceIPConfiguration クラスの新しいインスタンスを初期化します。
public NetworkInterfaceIPConfiguration(string id = default, Microsoft.Azure.Management.Network.Models.SubResource gatewayLoadBalancer = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap> virtualNetworkTaps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BackendAddressPool> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRule> loadBalancerInboundNatRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, bool? primary = default, Microsoft.Azure.Management.Network.Models.PublicIPAddress publicIPAddress = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> applicationSecurityGroups = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties privateLinkConnectionProperties = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration : string * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRule> * string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Nullable<bool> * Microsoft.Azure.Management.Network.Models.PublicIPAddress * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> * string * Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional gatewayLoadBalancer As SubResource = Nothing, Optional virtualNetworkTaps As IList(Of VirtualNetworkTap) = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of ApplicationGatewayBackendAddressPool) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of BackendAddressPool) = Nothing, Optional loadBalancerInboundNatRules As IList(Of InboundNatRule) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional subnet As Subnet = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional applicationSecurityGroups As IList(Of ApplicationSecurityGroup) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkConnectionProperties As NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
リソースの ID
- gatewayLoadBalancer
- SubResource
ゲートウェイ ロード バランサーのフロントエンド IP への参照。
- virtualNetworkTaps
- IList<VirtualNetworkTap>
Virtual Network タップへの参照。
- applicationGatewayBackendAddressPools
- IList<ApplicationGatewayBackendAddressPool>
ApplicationGatewayBackendAddressPool リソースへの参照。
- loadBalancerBackendAddressPools
- IList<BackendAddressPool>
LoadBalancerBackendAddressPool リソースへの参照。
- loadBalancerInboundNatRules
- IList<InboundNatRule>
LoadBalancerInboundNatRules の参照の一覧。
- privateIPAddress
- String
IP 構成のプライベート IP アドレス。
- privateIPAllocationMethod
- String
プライベート IP アドレスの割り当て方法。 使用可能な値は、'Static'、'Dynamic' です。
- privateIPAddressVersion
- String
特定の IP 構成が IPv4 か IPv6 かを指定します。 既定値は IPv4 です。 使用可能な値は、'IPv4'、'IPv6' です。
- subnet
- Subnet
IP 構成にバインドされたサブネット。
- publicIPAddress
- PublicIPAddress
IP 構成にバインドされているパブリック IP アドレス。
- applicationSecurityGroups
- IList<ApplicationSecurityGroup>
IP 構成が含まれるアプリケーション セキュリティ グループ。
- provisioningState
- String
ネットワーク インターフェイス IP 構成のプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- privateLinkConnectionProperties
- NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
ネットワーク インターフェイスの PrivateLinkConnection プロパティ。
- name
- String
リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET