NetworkSecurityRulesEvaluationResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NetworkSecurityRulesEvaluationResult() |
Initialise une nouvelle instance de la classe NetworkSecurityRulesEvaluationResult. |
NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe NetworkSecurityRulesEvaluationResult. |
NetworkSecurityRulesEvaluationResult()
Initialise une nouvelle instance de la classe NetworkSecurityRulesEvaluationResult.
public NetworkSecurityRulesEvaluationResult ();
Public Sub New ()
S’applique à
NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initialise une nouvelle instance de la classe NetworkSecurityRulesEvaluationResult.
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)
Paramètres
- name
- String
Nom de la règle de sécurité réseau.
Valeur indiquant si le port de destination est mis en correspondance.
S’applique à
Azure SDK for .NET