ISmartGroupsOperations 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.
SmartGroupsOperations operations.
public interface ISmartGroupsOperations
type ISmartGroupsOperations = interface
Public Interface ISmartGroupsOperations
Methods
ChangeStateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Change the state of a Smart Group. |
GetAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all Smart Groups within a specified subscription |
GetAllWithHttpMessagesAsync(String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, Dictionary<String, List<String>>, CancellationToken) |
Get all Smart Groups within a specified subscription |
GetByIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get information related to a specific Smart Group. |
GetHistoryWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . |