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