PolicyStatesOperationsExtensions.SummarizeForResourceGroupLevelPolicyAssignment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summarizes policy states for the resource group level policy assignment.
public static Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults SummarizeForResourceGroupLevelPolicyAssignment (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string subscriptionId, string resourceGroupName, string policyAssignmentName, Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions queryOptions = default);
static member SummarizeForResourceGroupLevelPolicyAssignment : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string * string * string * Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions -> Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults
<Extension()>
Public Function SummarizeForResourceGroupLevelPolicyAssignment (operations As IPolicyStatesOperations, subscriptionId As String, resourceGroupName As String, policyAssignmentName As String, Optional queryOptions As QueryOptions = Nothing) As SummarizeResults
Parameters
- operations
- IPolicyStatesOperations
The operations group for this extension method.
- subscriptionId
- String
Microsoft Azure subscription ID.
- resourceGroupName
- String
Resource group name.
- policyAssignmentName
- String
Policy assignment name.
- queryOptions
- QueryOptions
Additional parameters for the operation
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET