Partager via


DiscoveredSecuritySolution Constructors

Definition

Overloads

DiscoveredSecuritySolution()

Initializes a new instance of the DiscoveredSecuritySolution class.

DiscoveredSecuritySolution(String, String, String, String, String, String, String, String)

Initializes a new instance of the DiscoveredSecuritySolution class.

DiscoveredSecuritySolution()

Initializes a new instance of the DiscoveredSecuritySolution class.

public DiscoveredSecuritySolution ();
Public Sub New ()

Applies to

DiscoveredSecuritySolution(String, String, String, String, String, String, String, String)

Initializes a new instance of the DiscoveredSecuritySolution class.

public DiscoveredSecuritySolution (string securityFamily, string offer, string publisher, string sku, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.Security.Models.DiscoveredSecuritySolution : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.DiscoveredSecuritySolution
Public Sub New (securityFamily As String, offer As String, publisher As String, sku As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)

Parameters

securityFamily
String

The security family of the discovered solution Possible values include: 'Waf', 'Ngfw', 'SaasWaf', 'Va'

offer
String

The security solutions' image offer

publisher
String

The security solutions' image publisher

sku
String

The security solutions' image sku

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Location where the resource is stored

Applies to