FrontendIPConfigurationInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FrontendIPConfigurationInner() |
Initialisiert eine neue instance der FrontendIPConfigurationInner-Klasse. |
FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>) |
Initialisiert eine neue instance der FrontendIPConfigurationInner-Klasse. |
FrontendIPConfigurationInner()
Initialisiert eine neue instance der FrontendIPConfigurationInner-Klasse.
public FrontendIPConfigurationInner ();
Public Sub New ()
Gilt für:
FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)
Initialisiert eine neue instance der FrontendIPConfigurationInner-Klasse.
public FrontendIPConfigurationInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = 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, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPPrefix = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional inboundNatPools As IList(Of SubResource) = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing, Optional zones As IList(Of String) = Nothing)
Parameter
- id
- String
- inboundNatRules
- IList<SubResource>
Ein Array von Verweisen auf eingehende Regeln, die diese Front-End-IP verwenden.
- inboundNatPools
- IList<SubResource>
Ein Array von Verweisen auf eingehende Pools, die diese Front-End-IP verwenden.
- outboundRules
- IList<SubResource>
Ein Array von Verweisen auf ausgehende Regeln, die diese Front-End-IP verwenden.
- loadBalancingRules
- IList<SubResource>
Ein Array von Verweisen auf Lastenausgleichsregeln, die diese Front-End-IP verwenden.
- privateIPAddress
- String
Die private IP-Adresse der IP-Konfiguration.
- privateIPAllocationMethod
- IPAllocationMethod
Die Private IP-Zuordnungsmethode. Mögliche Werte: "Statisch", "Dynamisch"
- privateIPAddressVersion
- IPVersion
Gibt an, ob die spezifische ipconfiguration IPv4 oder IPv6 ist. Der Standardwert wird als IPv4 verwendet. Mögliche Werte: "IPv4", "IPv6"
- subnet
- SubResource
Der Verweis auf die Subnetzressource.
- publicIPAddress
- SubResource
Der Verweis der öffentlichen IP-Ressource.
- publicIPPrefix
- SubResource
Der Verweis auf die Öffentliche IP-Präfixressource.
- provisioningState
- ProvisioningState
Der Bereitstellungsstatus der Front-End-IP-Konfigurationsressource. Mögliche Werte: "Succeeded", "Updating", "Deleting", "Failed"
- name
- String
Der Name der Ressource, die innerhalb der Vom Lastenausgleich verwendeten Front-End-IP-Konfigurationen 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.
- type
- String
Der Typ der Ressource.
Eine Liste der Verfügbarkeitszonen, aus der die ip-Adresse angegeben wird, die für die Ressource zugewiesen ist.
Gilt für:
Azure SDK for .NET