다음을 통해 공유


ArmPaloAltoNetworksNgfwModelFactory.AppSeenInfo Method

Definition

Initializes a new instance of AppSeenInfo.

public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AppSeenInfo AppSeenInfo(string title = default, string category = default, string subCategory = default, string risk = default, string tag = default, string technology = default, string standardPorts = default);
static member AppSeenInfo : string * string * string * string * string * string * string -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AppSeenInfo
Public Shared Function AppSeenInfo (Optional title As String = Nothing, Optional category As String = Nothing, Optional subCategory As String = Nothing, Optional risk As String = Nothing, Optional tag As String = Nothing, Optional technology As String = Nothing, Optional standardPorts As String = Nothing) As AppSeenInfo

Parameters

title
String

title.

category
String

category.

subCategory
String

subCategory.

risk
String

risk.

tag
String

tag.

technology
String

technology.

standardPorts
String

standardPorts.

Returns

A new AppSeenInfo instance for mocking.

Exceptions

title, category, subCategory, risk, tag, technology or standardPorts is null.

Applies to