Freigeben über


NetworkInterfaceIPConfigurationInner Konstruktoren

Definition

Überlädt

NetworkInterfaceIPConfigurationInner()

Initialisiert eine neue instance der NetworkInterfaceIPConfigurationInner-Klasse.

NetworkInterfaceIPConfigurationInner(String, IList<VirtualNetworkTapInner>, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, IPAllocationMethod, IPVersion, SubResource, Nullable<Boolean>, SubResource, IList<ApplicationSecurityGroupInner>, ProvisioningState, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String)

Initialisiert eine neue instance der NetworkInterfaceIPConfigurationInner-Klasse.

NetworkInterfaceIPConfigurationInner()

Initialisiert eine neue instance der NetworkInterfaceIPConfigurationInner-Klasse.

public NetworkInterfaceIPConfigurationInner ();
Public Sub New ()

Gilt für:

NetworkInterfaceIPConfigurationInner(String, IList<VirtualNetworkTapInner>, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, IPAllocationMethod, IPVersion, SubResource, Nullable<Boolean>, SubResource, IList<ApplicationSecurityGroupInner>, ProvisioningState, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String)

Initialisiert eine neue instance der NetworkInterfaceIPConfigurationInner-Klasse.

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)

Parameter

id
String
virtualNetworkTaps
IList<VirtualNetworkTapInner>

Der Verweis auf Virtual Network Taps.

applicationGatewayBackendAddressPools
IList<ApplicationGatewayBackendAddressPoolInner>

Der Verweis auf die ApplicationGatewayBackendAddressPool-Ressource.

loadBalancerBackendAddressPools
IList<BackendAddressPoolInner>

Der Verweis auf die LoadBalancerBackendAddressPool-Ressource.

loadBalancerInboundNatRules
IList<InboundNatRuleInner>

Eine Liste von Verweisen auf LoadBalancerInboundNatRules.

privateIPAddress
String

Private IP-Adresse der IP-Konfiguration.

privateIPAllocationMethod
IPAllocationMethod

Die Methode zur Zuordnung privater IP-Adressen. Mögliche Werte: "Statisch", "Dynamisch"

privateIPAddressVersion
IPVersion

Gibt an, ob die spezifische IP-Konfiguration IPv4 oder IPv6 ist. Der Standardwert ist IPv4. Mögliche Werte: "IPv4", "IPv6"

subnet
SubResource

Subnetz, das an die IP-Konfiguration gebunden ist.

primary
Nullable<Boolean>

Gibt an, ob es sich um eine primäre Kundenadresse auf der Netzwerkschnittstelle handelt.

publicIPAddress
SubResource

Öffentliche IP-Adresse, die an die IP-Konfiguration gebunden ist.

applicationSecurityGroups
IList<ApplicationSecurityGroupInner>

Anwendungssicherheitsgruppen, in denen die IP-Konfiguration enthalten ist.

provisioningState
ProvisioningState

Der Bereitstellungsstatus der IP-Konfiguration der Netzwerkschnittstelle. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"

privateLinkConnectionProperties
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

PrivateLinkConnection-Eigenschaften für die Netzwerkschnittstelle.

name
String

Der Name der Ressource, die innerhalb einer Ressourcengruppe eindeutig ist. Dieser Name kann für den Zugriff auf die Ressource verwendet werden.

etag
String

Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.

Gilt für: