AdaptiveApplicationControlsOperationsExtensions.ListAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.AdaptiveApplicationControlGroups> ListAsync(this Microsoft.Azure.Management.Security.IAdaptiveApplicationControlsOperations operations, bool? includePathRecommendations = default, bool? summary = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Security.IAdaptiveApplicationControlsOperations * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.AdaptiveApplicationControlGroups>
<Extension()>
Public Function ListAsync (operations As IAdaptiveApplicationControlsOperations, Optional includePathRecommendations As Nullable(Of Boolean) = Nothing, Optional summary As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AdaptiveApplicationControlGroups)
Parameters
- operations
- IAdaptiveApplicationControlsOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.