SqlVulnerabilityAssessmentScanResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string resourceId, string scanId);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (resourceId As String, scanId As String) As ResourceIdentifier

Parameters

resourceId
String

The resourceId.

scanId
String

The scanId.

Returns

Applies to