NetworkSecurityRulesEvaluationResult 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
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.
Gilt für:
Azure SDK for .NET