IAdaptiveApplicationControlsOperations Interface
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.
AdaptiveApplicationControlsOperations operations.
public interface IAdaptiveApplicationControlsOperations
type IAdaptiveApplicationControlsOperations = interface
Public Interface IAdaptiveApplicationControlsOperations
Methods
| Name | Description |
|---|---|
| DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Delete an application control machine group |
| GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets an application control VM/server group. |
| ListWithHttpMessagesAsync(Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of application control machine groups for the subscription. |
| PutWithHttpMessagesAsync(String, AdaptiveApplicationControlGroup, Dictionary<String,List<String>>, CancellationToken) |
Update an application control machine group |