PolicyStatesOperationsExtensions.TriggerResourceGroupEvaluationAsync 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.
Triggers a policy evaluation scan for all the resources under the resource group.
public static System.Threading.Tasks.Task TriggerResourceGroupEvaluationAsync (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string subscriptionId, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member TriggerResourceGroupEvaluationAsync : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function TriggerResourceGroupEvaluationAsync (operations As IPolicyStatesOperations, subscriptionId As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IPolicyStatesOperations
The operations group for this extension method.
- subscriptionId
- String
Microsoft Azure subscription ID.
- resourceGroupName
- String
Resource group name.
- cancellationToken
- CancellationToken
The cancellation token.
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