DiscoveredSecuritySolutionProperties Constructors
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.
Overloads
DiscoveredSecuritySolutionProperties() |
Initializes a new instance of the DiscoveredSecuritySolutionProperties class. |
DiscoveredSecuritySolutionProperties(String, String, String, String) |
Initializes a new instance of the DiscoveredSecuritySolutionProperties class. |
DiscoveredSecuritySolutionProperties()
Initializes a new instance of the DiscoveredSecuritySolutionProperties class.
public DiscoveredSecuritySolutionProperties ();
Public Sub New ()
Applies to
DiscoveredSecuritySolutionProperties(String, String, String, String)
Initializes a new instance of the DiscoveredSecuritySolutionProperties class.
public DiscoveredSecuritySolutionProperties (string securityFamily, string offer, string publisher, string sku);
new Microsoft.Azure.Management.Security.Models.DiscoveredSecuritySolutionProperties : string * string * string * string -> Microsoft.Azure.Management.Security.Models.DiscoveredSecuritySolutionProperties
Public Sub New (securityFamily As String, offer As String, publisher As String, sku As String)
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