Condividi tramite


SmartGroupsOperationsExtensions Class

Definition

Extension methods for SmartGroupsOperations.

public static class SmartGroupsOperationsExtensions
type SmartGroupsOperationsExtensions = class
Public Module SmartGroupsOperationsExtensions
Inheritance
SmartGroupsOperationsExtensions

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