ArmSecurityCenterModelFactory.SecuritySolutionsReferenceInfo Method

Definition

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

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

type
Nullable<ResourceType>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

location
Nullable<AzureLocation>

Location where the resource is stored.

Returns

A new SecuritySolutionsReferenceInfo instance for mocking.

Applies to