SecuritySolutionsReferenceData Constructor
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 SecuritySolutionsReferenceData.
public SecuritySolutionsReferenceData (Azure.ResourceManager.SecurityCenter.Models.SecurityFamily securityFamily, string alertVendorName, Uri packageInfoUri, string productName, string publisher, string publisherDisplayName, string template);
new Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceData : Azure.ResourceManager.SecurityCenter.Models.SecurityFamily * string * Uri * string * string * string * string -> Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceData
Public Sub New (securityFamily As SecurityFamily, alertVendorName As String, packageInfoUri As Uri, productName As String, publisher As String, publisherDisplayName As String, template As String)
Parameters
- securityFamily
- SecurityFamily
The security family of the security solution.
- alertVendorName
- String
The security solutions' vendor name.
- packageInfoUri
- Uri
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.
Exceptions
alertVendorName
, packageInfoUri
, productName
, publisher
, publisherDisplayName
or template
is null.
Applies to
Azure SDK for .NET