Freigeben über


InboundSecurityRules Konstruktoren

Definition

Überlädt

InboundSecurityRules()

Initialisiert eine neue instance der InboundSecurityRules-Klasse.

InboundSecurityRules(String, String, Nullable<Int32>)

Initialisiert eine neue instance der InboundSecurityRules-Klasse.

InboundSecurityRules()

Initialisiert eine neue instance der InboundSecurityRules-Klasse.

public InboundSecurityRules();
Public Sub New ()

Gilt für:

InboundSecurityRules(String, String, Nullable<Int32>)

Initialisiert eine neue instance der InboundSecurityRules-Klasse.

public InboundSecurityRules(string protocol = default, string sourceAddressPrefix = default, int? destinationPortRange = default);
new Microsoft.Azure.Management.Network.Models.InboundSecurityRules : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.InboundSecurityRules
Public Sub New (Optional protocol As String = Nothing, Optional sourceAddressPrefix As String = Nothing, Optional destinationPortRange As Nullable(Of Integer) = Nothing)

Parameter

protocol
String

Protocol (Protokoll). Dies sollte entweder TCP oder UDP sein. Mögliche Werte: "TCP", "UDP"

sourceAddressPrefix
String

Der CIDR- oder Quell-IP-Bereich. Nur die Ip-Bereiche "/30", "/31" und "/32" sind zulässig.

destinationPortRange
Nullable<Int32>

Zu öffnende NVA-Portbereiche. Es muss bestimmte Ports bereitgestellt werden.

Gilt für: