你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GovernanceAssignmentsOperationsExtensions.DeleteAsync Method

Definition

Delete a GovernanceAssignment over a given scope

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations operations, string scope, string assessmentName, string assignmentKey, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IGovernanceAssignmentsOperations, scope As String, assessmentName As String, assignmentKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IGovernanceAssignmentsOperations

The operations group for this extension method.

scope
String

The scope of the Governance assignments. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'

assessmentName
String

The Assessment Key - A unique key for the assessment type

assignmentKey
String

The governance assignment key - the assessment key of the required governance assignment

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to