你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkInterfaceIPConfigurationInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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>
对虚拟网络 Taps 的引用。
- 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
一个唯一的只读字符串,每当资源更新时都会更改。