PolicyStatesOperationsExtensions.SummarizeForManagementGroup 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 resources under the management group.
public static Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults SummarizeForManagementGroup (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string managementGroupName, Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions queryOptions = default);
static member SummarizeForManagementGroup : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string * Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions -> Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults
<Extension()>
Public Function SummarizeForManagementGroup (operations As IPolicyStatesOperations, managementGroupName As String, Optional queryOptions As QueryOptions = Nothing) As SummarizeResults
Parameters
- operations
- IPolicyStatesOperations
The operations group for this extension method.
- managementGroupName
- String
Management group 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