Freigeben über


VirtualMachineScaleSetIPConfiguration Konstruktoren

Definition

Überlädt

VirtualMachineScaleSetIPConfiguration()

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

VirtualMachineScaleSetIPConfiguration()

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

public VirtualMachineScaleSetIPConfiguration ();
Public Sub New ()

Gilt für:

VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

public VirtualMachineScaleSetIPConfiguration (string name, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)

Parameter

name
String

Der IP-Konfigurationsname.

subnet
ApiEntityReference

Gibt den Bezeichner des Subnetzes an.

primary
Nullable<Boolean>

Gibt die primäre Netzwerkschnittstelle an, falls der virtuelle Computer über mehr als 1 Netzwerkschnittstelle verfügt.

publicIPAddressConfiguration
VirtualMachineScaleSetPublicIPAddressConfiguration

Die publicIPAddressConfiguration.

privateIPAddressVersion
String

Verfügbar ab Api-Version 30.03.2017 und gibt an, ob die spezifische IP-Konfiguration IPv4 oder IPv6 ist. Der Standardwert wird als IPv4 verwendet. Mögliche Werte sind "IPv4" und "IPv6". Mögliche Werte: "IPv4", "IPv6"

applicationGatewayBackendAddressPools
IList<SubResource>

Gibt ein Array von Verweisen auf Back-End-Adresspools von Anwendungsgateways an. Eine Skalierungsgruppe kann auf Back-End-Adresspools mehrerer Anwendungsgateways verweisen. Mehrere Skalierungsgruppen können nicht dasselbe Anwendungsgateway verwenden.

applicationSecurityGroups
IList<SubResource>

Gibt ein Array von Verweisen auf die Anwendungssicherheitsgruppe an.

loadBalancerBackendAddressPools
IList<SubResource>

Gibt ein Array von Verweisen auf Back-End-Adresspools von Lastenausgleichsmodulen an. Eine Skalierungsgruppe kann auf Back-End-Adresspools eines öffentlichen und eines internen Lastenausgleichs verweisen. Mehrere Skalierungsgruppen können nicht denselben einfachen SKU-Lastenausgleich verwenden.

loadBalancerInboundNatPools
IList<SubResource>

Gibt ein Array von Verweisen auf eingehende Nat-Pools der Lastenausgleichsmodule an. Eine Skalierungsgruppe kann auf eingehende NAT-Pools eines öffentlichen und eines internen Lastenausgleichs verweisen. Mehrere Skalierungsgruppen können nicht denselben einfachen SKU-Lastenausgleich verwenden.

Gilt für:

VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initialisiert eine neue instance der VirtualMachineScaleSetIPConfiguration-Klasse.

public VirtualMachineScaleSetIPConfiguration (string name, string id, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, id As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)

Parameter

name
String

Der IP-Konfigurationsname.

id
String

Ressourcen-ID

subnet
ApiEntityReference

Gibt den Bezeichner des Subnetzes an.

primary
Nullable<Boolean>

Gibt die primäre Netzwerkschnittstelle an, falls der virtuelle Computer über mehr als 1 Netzwerkschnittstelle verfügt.

publicIPAddressConfiguration
VirtualMachineScaleSetPublicIPAddressConfiguration

Die publicIPAddressConfiguration.

privateIPAddressVersion
String

Verfügbar ab Api-Version 30.03.2017 und gibt an, ob die spezifische IP-Konfiguration IPv4 oder IPv6 ist. Der Standardwert wird als IPv4 verwendet. Mögliche Werte sind "IPv4" und "IPv6". Mögliche Werte: "IPv4", "IPv6"

applicationGatewayBackendAddressPools
IList<SubResource>

Gibt ein Array von Verweisen auf Back-End-Adresspools von Anwendungsgateways an. Eine Skalierungsgruppe kann auf Back-End-Adresspools mehrerer Anwendungsgateways verweisen. Mehrere Skalierungsgruppen können nicht dasselbe Anwendungsgateway verwenden.

applicationSecurityGroups
IList<SubResource>

Gibt ein Array von Verweisen auf die Anwendungssicherheitsgruppe an.

loadBalancerBackendAddressPools
IList<SubResource>

Gibt ein Array von Verweisen auf Back-End-Adresspools von Lastenausgleichsmodulen an. Eine Skalierungsgruppe kann auf Back-End-Adresspools eines öffentlichen und eines internen Lastenausgleichs verweisen. Mehrere Skalierungsgruppen können nicht denselben einfachen SKU-Lastenausgleich verwenden.

loadBalancerInboundNatPools
IList<SubResource>

Gibt ein Array von Verweisen auf eingehende Nat-Pools der Lastenausgleichsmodule an. Eine Skalierungsgruppe kann auf eingehende NAT-Pools eines öffentlichen und eines internen Lastenausgleichs verweisen. Mehrere Skalierungsgruppen können nicht denselben einfachen SKU-Lastenausgleich verwenden.

Gilt für: