ArmSecurityCenterModelFactory.ExternalSecuritySolution Method

Definition

Initializes a new instance of ExternalSecuritySolution.

public static Azure.ResourceManager.SecurityCenter.Models.ExternalSecuritySolution ExternalSecuritySolution (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = "Unknown", Azure.Core.AzureLocation? location = default);
static member ExternalSecuritySolution : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.SecurityCenter.Models.ExternalSecuritySolution
Public Shared Function ExternalSecuritySolution (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = "Unknown", Optional location As Nullable(Of AzureLocation) = Nothing) As ExternalSecuritySolution

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

kind
String

The kind of the external solution.

location
Nullable<AzureLocation>

Location where the resource is stored.

Returns

A new ExternalSecuritySolution instance for mocking.

Applies to