PolicyStatesOperationsExtensions.SummarizeForSubscription 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 subscription.
public static Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults SummarizeForSubscription (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string subscriptionId, Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions queryOptions = default);
static member SummarizeForSubscription : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string * Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions -> Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults
<Extension()>
Public Function SummarizeForSubscription (operations As IPolicyStatesOperations, subscriptionId 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.
- queryOptions
- QueryOptions
Additional parameters for the operation
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET