EffectiveNetworkSecurityRule 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
EffectiveNetworkSecurityRule() |
Initialisiert eine neue instance der EffectiveNetworkSecurityRule-Klasse. |
EffectiveNetworkSecurityRule(String, EffectiveSecurityRuleProtocol, String, String, IList<String>, IList<String>, String, String, IList<String>, IList<String>, IList<String>, IList<String>, SecurityRuleAccess, Nullable<Int32>, SecurityRuleDirection) |
Initialisiert eine neue instance der EffectiveNetworkSecurityRule-Klasse. |
EffectiveNetworkSecurityRule()
Initialisiert eine neue instance der EffectiveNetworkSecurityRule-Klasse.
public EffectiveNetworkSecurityRule ();
Public Sub New ()
Gilt für:
EffectiveNetworkSecurityRule(String, EffectiveSecurityRuleProtocol, String, String, IList<String>, IList<String>, String, String, IList<String>, IList<String>, IList<String>, IList<String>, SecurityRuleAccess, Nullable<Int32>, SecurityRuleDirection)
Initialisiert eine neue instance der EffectiveNetworkSecurityRule-Klasse.
public EffectiveNetworkSecurityRule (string name = default, Microsoft.Azure.Management.Network.Fluent.Models.EffectiveSecurityRuleProtocol protocol = default, string sourcePortRange = default, string destinationPortRange = default, System.Collections.Generic.IList<string> sourcePortRanges = default, System.Collections.Generic.IList<string> destinationPortRanges = default, string sourceAddressPrefix = default, string destinationAddressPrefix = default, System.Collections.Generic.IList<string> sourceAddressPrefixes = default, System.Collections.Generic.IList<string> destinationAddressPrefixes = default, System.Collections.Generic.IList<string> expandedSourceAddressPrefix = default, System.Collections.Generic.IList<string> expandedDestinationAddressPrefix = default, Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleAccess access = default, int? priority = default, Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleDirection direction = default);
new Microsoft.Azure.Management.Network.Fluent.Models.EffectiveNetworkSecurityRule : string * Microsoft.Azure.Management.Network.Fluent.Models.EffectiveSecurityRuleProtocol * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleAccess * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleDirection -> Microsoft.Azure.Management.Network.Fluent.Models.EffectiveNetworkSecurityRule
Public Sub New (Optional name As String = Nothing, Optional protocol As EffectiveSecurityRuleProtocol = Nothing, Optional sourcePortRange As String = Nothing, Optional destinationPortRange As String = Nothing, Optional sourcePortRanges As IList(Of String) = Nothing, Optional destinationPortRanges As IList(Of String) = Nothing, Optional sourceAddressPrefix As String = Nothing, Optional destinationAddressPrefix As String = Nothing, Optional sourceAddressPrefixes As IList(Of String) = Nothing, Optional destinationAddressPrefixes As IList(Of String) = Nothing, Optional expandedSourceAddressPrefix As IList(Of String) = Nothing, Optional expandedDestinationAddressPrefix As IList(Of String) = Nothing, Optional access As SecurityRuleAccess = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional direction As SecurityRuleDirection = Nothing)
Parameter
- name
- String
Der Name der vom Benutzer angegebenen Sicherheitsregel (sofern vom Benutzer erstellt).
- protocol
- EffectiveSecurityRuleProtocol
Das Netzwerkprotokoll, für das diese Regel gilt. Mögliche Werte: "Tcp", "Udp", "All"
- sourcePortRange
- String
Der Quellport oder -bereich.
- destinationPortRange
- String
Der Zielport oder -bereich.
Die Quellportbereiche. Zu den erwarteten Werten gehören eine einzelne ganze Zahl zwischen 0 und 65535, ein Bereich mit "-" als Trennzeichen (z. B. 100-400) oder ein Sternchen (*).
Die Zielportbereiche. Zu den erwarteten Werten gehören eine einzelne ganze Zahl zwischen 0 und 65535, ein Bereich mit "-" als Trennzeichen (z. B. 100-400) oder ein Sternchen (*).
- sourceAddressPrefix
- String
Das Quelladresspräfix.
- destinationAddressPrefix
- String
Das Zieladresspräfix.
Die Quelladresspräfixe. Zu den erwarteten Werten gehören CIDR-IP-Bereiche, Standardtags (VirtualNetwork, AzureLoadBalancer, Internet), Systemtags und das Sternchen (*).
Die Zieladresspräfixe. Zu den erwarteten Werten gehören CIDR-IP-Bereiche, Standardtags (VirtualNetwork, AzureLoadBalancer, Internet), Systemtags und das Sternchen (*).
- access
- SecurityRuleAccess
Gibt an, ob Netzwerkdatenverkehr zugelassen oder verweigert wird. Mögliche Werte: "Allow", "Deny"
- direction
- SecurityRuleDirection
Die Richtung der Regel. Mögliche Werte: "Eingehend", "Ausgehend"
Gilt für:
Azure SDK for .NET