Aracılığıyla paylaş


WorkspaceManagedSqlServerVulnerabilityAssessmentsOperationsExtensions.Delete Method

Definition

Remove server's vulnerability assessment.

public static void Delete (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations operations, string resourceGroupName, string workspaceName);
static member Delete : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations, resourceGroupName As String, workspaceName As String)

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

Remarks

Remove workspace managed sql server's vulnerability assessment.

Applies to