WorkspaceManagedSqlServerVulnerabilityAssessmentsOperationsExtensions.Get Method

Definition

Get server's vulnerability assessment.

public static Microsoft.Azure.Management.Synapse.Models.ServerVulnerabilityAssessment Get (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations operations, string resourceGroupName, string workspaceName);
static member Get : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations * string * string -> Microsoft.Azure.Management.Synapse.Models.ServerVulnerabilityAssessment
<Extension()>
Public Function Get (operations As IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations, resourceGroupName As String, workspaceName As String) As ServerVulnerabilityAssessment

Parameters

operations
IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

Returns

Remarks

Get workspace managed sql server's vulnerability assessment.

Applies to