MockableSecurityCenterSubscriptionResource.GetAdaptiveApplicationControlGroupsAsync 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.
Gets a list of application control machine groups for the subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings
- Operation Id: AdaptiveApplicationControls_List
- Default Api Version: 2020-01-01
- Resource: AdaptiveApplicationControlGroupResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource> GetAdaptiveApplicationControlGroupsAsync (bool? includePathRecommendations = default, bool? summary = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAdaptiveApplicationControlGroupsAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource>
override this.GetAdaptiveApplicationControlGroupsAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource>
Public Overridable Function GetAdaptiveApplicationControlGroupsAsync (Optional includePathRecommendations As Nullable(Of Boolean) = Nothing, Optional summary As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AdaptiveApplicationControlGroupResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of AdaptiveApplicationControlGroupResource that may take multiple service requests to iterate over.
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