Freigeben über


NetworkSecurityRulesEvaluationResult Konstruktoren

Definition

Überlädt

NetworkSecurityRulesEvaluationResult()

Initialisiert eine neue instance der NetworkSecurityRulesEvaluationResult-Klasse.

NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der NetworkSecurityRulesEvaluationResult-Klasse.

NetworkSecurityRulesEvaluationResult()

Initialisiert eine neue instance der NetworkSecurityRulesEvaluationResult-Klasse.

public NetworkSecurityRulesEvaluationResult ();
Public Sub New ()

Gilt für:

NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der NetworkSecurityRulesEvaluationResult-Klasse.

public NetworkSecurityRulesEvaluationResult (string name = default, bool? protocolMatched = default, bool? sourceMatched = default, bool? sourcePortMatched = default, bool? destinationMatched = default, bool? destinationPortMatched = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult
Public Sub New (Optional name As String = Nothing, Optional protocolMatched As Nullable(Of Boolean) = Nothing, Optional sourceMatched As Nullable(Of Boolean) = Nothing, Optional sourcePortMatched As Nullable(Of Boolean) = Nothing, Optional destinationMatched As Nullable(Of Boolean) = Nothing, Optional destinationPortMatched As Nullable(Of Boolean) = Nothing)

Parameter

name
String

Name der Netzwerksicherheitsregel.

protocolMatched
Nullable<Boolean>

Wert, der angibt, ob das Protokoll übereinstimmt.

sourceMatched
Nullable<Boolean>

Wert, der angibt, ob die Quelle übereinstimmt.

sourcePortMatched
Nullable<Boolean>

Wert, der angibt, ob der Quellport übereinstimmt.

destinationMatched
Nullable<Boolean>

Wert, der angibt, ob das Ziel abgeglichen wird.

destinationPortMatched
Nullable<Boolean>

Wert, der angibt, ob der Zielport abgeglichen wird.

Gilt für: