다음을 통해 공유


ArmPaloAltoNetworksNgfwModelFactory.FirewallRuleCounter Method

Definition

Initializes a new instance of FirewallRuleCounter.

public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter FirewallRuleCounter(string priority = default, string ruleStackName = default, string ruleListName = default, string firewallName = default, string ruleName = default, int? hitCount = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AppSeenInfoList appSeen = default, DateTimeOffset? responseOn = default, DateTimeOffset? requestOn = default, DateTimeOffset? lastUpdatedOn = default);
static member FirewallRuleCounter : string * string * string * string * string * Nullable<int> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AppSeenInfoList * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter
Public Shared Function FirewallRuleCounter (Optional priority As String = Nothing, Optional ruleStackName As String = Nothing, Optional ruleListName As String = Nothing, Optional firewallName As String = Nothing, Optional ruleName As String = Nothing, Optional hitCount As Nullable(Of Integer) = Nothing, Optional appSeen As AppSeenInfoList = Nothing, Optional responseOn As Nullable(Of DateTimeOffset) = Nothing, Optional requestOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing) As FirewallRuleCounter

Parameters

priority
String

priority number.

ruleStackName
String

rule Stack Name.

ruleListName
String

rule list name.

firewallName
String

firewall name.

ruleName
String

rule name.

hitCount
Nullable<Int32>

hit count.

appSeen
AppSeenInfoList

apps seen.

responseOn
Nullable<DateTimeOffset>

timestamp of response.

requestOn
Nullable<DateTimeOffset>

timestamp of request.

lastUpdatedOn
Nullable<DateTimeOffset>

last updated timestamp.

Returns

A new FirewallRuleCounter instance for mocking.

Applies to