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