Share via


ArmSecurityCenterModelFactory.SecuritySolutionsReferenceData Method

Definition

Initializes a new instance of SecuritySolutionsReferenceData.

public static Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceData SecuritySolutionsReferenceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityCenter.Models.SecurityFamily securityFamily = default, string alertVendorName = default, Uri packageInfoUri = default, string productName = default, string publisher = default, string publisherDisplayName = default, string template = default, Azure.Core.AzureLocation? location = default);
static member SecuritySolutionsReferenceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.SecurityCenter.Models.SecurityFamily * string * Uri * string * string * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceData
Public Shared Function SecuritySolutionsReferenceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional securityFamily As SecurityFamily = Nothing, Optional alertVendorName As String = Nothing, Optional packageInfoUri As Uri = Nothing, Optional productName As String = Nothing, Optional publisher As String = Nothing, Optional publisherDisplayName As String = Nothing, Optional template As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As SecuritySolutionsReferenceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

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.

location
Nullable<AzureLocation>

Location where the resource is stored.

Returns

A new SecuritySolutionsReferenceData instance for mocking.

Applies to