Condividi tramite


ISmartGroupsOperations Interface

Definition

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) .

Extension Methods

ChangeState(ISmartGroupsOperations, String, String)

Change the state of a Smart Group.

ChangeStateAsync(ISmartGroupsOperations, String, String, CancellationToken)

Change the state of a Smart Group.

GetAll(ISmartGroupsOperations, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String)

Get all Smart Groups within a specified subscription

GetAllAsync(ISmartGroupsOperations, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, CancellationToken)

Get all Smart Groups within a specified subscription

GetAllNext(ISmartGroupsOperations, String)

Get all Smart Groups within a specified subscription

GetAllNextAsync(ISmartGroupsOperations, String, CancellationToken)

Get all Smart Groups within a specified subscription

GetById(ISmartGroupsOperations, String)

Get information related to a specific Smart Group.

GetByIdAsync(ISmartGroupsOperations, String, CancellationToken)

Get information related to a specific Smart Group.

GetHistory(ISmartGroupsOperations, String)

Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) .

GetHistoryAsync(ISmartGroupsOperations, String, CancellationToken)

Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) .

Applies to