NetworkSecurityRulesEvaluationResult Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NetworkSecurityRulesEvaluationResult() |
Inicializa uma nova instância da classe NetworkSecurityRulesEvaluationResult. |
NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Inicializa uma nova instância da classe NetworkSecurityRulesEvaluationResult. |
NetworkSecurityRulesEvaluationResult()
Inicializa uma nova instância da classe NetworkSecurityRulesEvaluationResult.
public NetworkSecurityRulesEvaluationResult ();
Public Sub New ()
Aplica-se a
NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Inicializa uma nova instância da 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.Models.NetworkSecurityRulesEvaluationResult : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Network.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)
Parâmetros
- name
- String
Nome da regra de segurança de rede.
Aplica-se a
Azure SDK for .NET