次の方法で共有


WorkspaceManagedSqlServerVulnerabilityAssessmentsOperationsExtensions.Delete メソッド

定義

サーバーの脆弱性評価を削除します。

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)

パラメーター

operations
IWorkspaceManagedSqlServerVulnerabilityAssessmentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

注釈

ワークスペースマネージド SQL Server の脆弱性評価を削除します。

適用対象