VerificationIPFlowResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VerificationIPFlowResult() |
Initializes a new instance of the VerificationIPFlowResult class. |
VerificationIPFlowResult(String, String) |
Initializes a new instance of the VerificationIPFlowResult class. |
VerificationIPFlowResult()
Initializes a new instance of the VerificationIPFlowResult class.
public VerificationIPFlowResult ();
Public Sub New ()
Applies to
VerificationIPFlowResult(String, String)
Initializes a new instance of the VerificationIPFlowResult class.
public VerificationIPFlowResult (string access = default, string ruleName = default);
new Microsoft.Azure.Management.Network.Models.VerificationIPFlowResult : string * string -> Microsoft.Azure.Management.Network.Models.VerificationIPFlowResult
Public Sub New (Optional access As String = Nothing, Optional ruleName As String = Nothing)
Parameters
- access
- String
Indicates whether the traffic is allowed or denied. Possible values include: 'Allow', 'Deny'
- ruleName
- String
Name of the rule. If input is not matched against any security rule, it is not displayed.
Applies to
Azure SDK for .NET