ArmPaloAltoNetworksNgfwModelFactory.AppSeenInfo Method
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.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET