PolicyStatesOperationsExtensions.SummarizeForSubscriptionLevelPolicyAssignment 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 subscription level policy assignment.
public static Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults SummarizeForSubscriptionLevelPolicyAssignment (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string subscriptionId, string policyAssignmentName, Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions queryOptions = default);
static member SummarizeForSubscriptionLevelPolicyAssignment : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string * string * Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions -> Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults
<Extension()>
Public Function SummarizeForSubscriptionLevelPolicyAssignment (operations As IPolicyStatesOperations, subscriptionId 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.
- 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