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