VerificationIPFlowResultInner Constructors

Definition

Overloads

VerificationIPFlowResultInner()

Initializes a new instance of the VerificationIPFlowResultInner class.

VerificationIPFlowResultInner(Access, String)

Initializes a new instance of the VerificationIPFlowResultInner class.

VerificationIPFlowResultInner()

Initializes a new instance of the VerificationIPFlowResultInner class.

public VerificationIPFlowResultInner ();
Public Sub New ()

Applies to

VerificationIPFlowResultInner(Access, String)

Initializes a new instance of the VerificationIPFlowResultInner class.

public VerificationIPFlowResultInner (Microsoft.Azure.Management.Network.Fluent.Models.Access access = default, string ruleName = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowResultInner : Microsoft.Azure.Management.Network.Fluent.Models.Access * string -> Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowResultInner
Public Sub New (Optional access As Access = Nothing, Optional ruleName As String = Nothing)

Parameters

access
Access

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