ArmSecurityCenterModelFactory.SecuritySolutionsReferenceInfoProperties 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.
public static Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceInfoProperties SecuritySolutionsReferenceInfoProperties(Azure.ResourceManager.SecurityCenter.Models.SecurityFamily securityFamily = default, string alertVendorName = default, string packageInfoUri = default, string productName = default, string publisher = default, string publisherDisplayName = default, string template = default);
static member SecuritySolutionsReferenceInfoProperties : Azure.ResourceManager.SecurityCenter.Models.SecurityFamily * string * string * string * string * string * string -> Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceInfoProperties
Public Shared Function SecuritySolutionsReferenceInfoProperties (Optional securityFamily As SecurityFamily = Nothing, Optional alertVendorName As String = Nothing, Optional packageInfoUri As String = Nothing, Optional productName As String = Nothing, Optional publisher As String = Nothing, Optional publisherDisplayName As String = Nothing, Optional template As String = Nothing) As SecuritySolutionsReferenceInfoProperties
Parameters
- securityFamily
- SecurityFamily
The security family of the security solution.
- alertVendorName
- String
The security solutions' vendor name.
- packageInfoUri
- 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.
Returns
A new SecuritySolutionsReferenceInfoProperties instance for mocking.