Aracılığıyla paylaş


SecuritySolutionsReferenceDataProperties Constructors

Definition

Overloads

SecuritySolutionsReferenceDataProperties()

Initializes a new instance of the SecuritySolutionsReferenceDataProperties class.

SecuritySolutionsReferenceDataProperties(String, String, String, String, String, String, String)

Initializes a new instance of the SecuritySolutionsReferenceDataProperties class.

SecuritySolutionsReferenceDataProperties()

Initializes a new instance of the SecuritySolutionsReferenceDataProperties class.

public SecuritySolutionsReferenceDataProperties ();
Public Sub New ()

Applies to

SecuritySolutionsReferenceDataProperties(String, String, String, String, String, String, String)

Initializes a new instance of the SecuritySolutionsReferenceDataProperties class.

public SecuritySolutionsReferenceDataProperties (string securityFamily, string alertVendorName, string packageInfoUrl, string productName, string publisher, string publisherDisplayName, string template);
new Microsoft.Azure.Management.Security.Models.SecuritySolutionsReferenceDataProperties : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.SecuritySolutionsReferenceDataProperties
Public Sub New (securityFamily As String, alertVendorName As String, packageInfoUrl As String, productName As String, publisher As String, publisherDisplayName As String, template As String)

Parameters

securityFamily
String

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

alertVendorName
String

The security solutions' vendor name

packageInfoUrl
String

The security solutions' package info url

productName
String

The security solutions' product name

publisher
String

The security solutions' publisher

publisherDisplayName
String

The security solutions' publisher display name

template
String

The security solutions' template

Applies to