Freigeben über


NatGatewayInner Konstruktoren

Definition

Überlädt

NatGatewayInner()

Initialisiert eine neue instance der NatGatewayInner-Klasse.

NatGatewayInner(String, String, String, String, IDictionary<String, String>, NatGatewaySku, Nullable<Int32>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, ProvisioningState, IList<String>, String)

Initialisiert eine neue instance der NatGatewayInner-Klasse.

NatGatewayInner()

Initialisiert eine neue instance der NatGatewayInner-Klasse.

public NatGatewayInner ();
Public Sub New ()

Gilt für:

NatGatewayInner(String, String, String, String, IDictionary<String, String>, NatGatewaySku, Nullable<Int32>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, ProvisioningState, IList<String>, String)

Initialisiert eine neue instance der NatGatewayInner-Klasse.

public NatGatewayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.NatGatewaySku sku = default, int? idleTimeoutInMinutes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> publicIpAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> publicIpPrefixes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> subnets = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<string> zones = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NatGatewayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.NatGatewaySku * Nullable<int> * 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.ProvisioningState * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Fluent.Models.NatGatewayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As NatGatewaySku = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional publicIpAddresses As IList(Of SubResource) = Nothing, Optional publicIpPrefixes As IList(Of SubResource) = Nothing, Optional subnets As IList(Of SubResource) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional zones As IList(Of String) = Nothing, Optional etag As String = Nothing)

Parameter

location
String
id
String
name
String
type
String
sku
NatGatewaySku

Die NAT-Gateway-SKU.

idleTimeoutInMinutes
Nullable<Int32>

Das Leerlauftimeout des nat-Gateways.

publicIpAddresses
IList<SubResource>

Ein Array von öffentlichen IP-Adressen, die der Nat-Gatewayressource zugeordnet sind.

publicIpPrefixes
IList<SubResource>

Ein Array von öffentlichen IP-Präfixen, die der Nat-Gatewayressource zugeordnet sind.

subnets
IList<SubResource>

Ein Array von Verweisen auf die Subnetze, die diese NAT-Gatewayressource verwenden.

resourceGuid
String

Die RESSOURCEN-GUID-Eigenschaft der NAT-Gatewayressource.

provisioningState
ProvisioningState

Der Bereitstellungsstatus der NAT-Gatewayressource. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"

zones
IList<String>

Eine Liste von Verfügbarkeitszonen, die die Zone angibt, in der Nat Gateway bereitgestellt werden soll.

etag
String

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

Gilt für: