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

PolicySetDefinitionsOperationsExtensions.DeleteAtManagementGroup Method

Definition

Deletes a policy set definition.

public static void DeleteAtManagementGroup(this Microsoft.Azure.Management.ResourceManager.IPolicySetDefinitionsOperations operations, string policySetDefinitionName, string managementGroupId);
static member DeleteAtManagementGroup : Microsoft.Azure.Management.ResourceManager.IPolicySetDefinitionsOperations * string * string -> unit
<Extension()>
Public Sub DeleteAtManagementGroup (operations As IPolicySetDefinitionsOperations, policySetDefinitionName As String, managementGroupId As String)

Parameters

operations
IPolicySetDefinitionsOperations

The operations group for this extension method.

policySetDefinitionName
String

The name of the policy set definition to delete.

managementGroupId
String

The ID of the management group.

Remarks

This operation deletes the policy set definition in the given management group with the given name.

Applies to