Aracılığıyla paylaş


ActionGroup Class

Definition

Low-level API implementation for the ActionGroup service.

public class ActionGroup
type ActionGroup = class
Public Class ActionGroup
Inheritance
ActionGroup

Constructors

ActionGroup()

Methods

ActionGroupsCreateNotificationsAtActionGroupResourceLevel(String, String, String, INotificationRequestBody, Func<HttpResponseMessage, Task<ITestNotificationDetailsResponse>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Send test notifications to a set of provided receivers

ActionGroupsCreateNotificationsAtActionGroupResourceLevelViaIdentity(String, INotificationRequestBody, Func<HttpResponseMessage,Task<ITestNotificationDetailsResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Send test notifications to a set of provided receivers

ActionGroupsCreateNotificationsAtActionGroupResourceLevelViaIdentityWithResult(String, INotificationRequestBody, IEventListener, ISendAsync, SerializationMode)
ActionGroupsCreateNotificationsAtActionGroupResourceLevelViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ITestNotificationDetailsResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Send test notifications to a set of provided receivers

ActionGroupsCreateNotificationsAtActionGroupResourceLevelViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ActionGroupsCreateNotificationsAtActionGroupResourceLevelWithResult(String, String, String, INotificationRequestBody, IEventListener, ISendAsync, SerializationMode)
ActionGroupsCreateOrUpdate(String, String, String, IActionGroupResource, Func<HttpResponseMessage,Task<IActionGroupResource>,Task>, Func<HttpResponseMessage, Task<IActionGroupResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a new action group or update an existing one.

ActionGroupsCreateOrUpdateViaIdentity(String, IActionGroupResource, Func<HttpResponseMessage,Task<IActionGroupResource>,Task>, Func<HttpResponseMessage, Task<IActionGroupResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a new action group or update an existing one.

ActionGroupsCreateOrUpdateViaIdentityWithResult(String, IActionGroupResource, IEventListener, ISendAsync, SerializationMode)
ActionGroupsCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IActionGroupResource>, Task>, Func<HttpResponseMessage,Task<IActionGroupResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a new action group or update an existing one.

ActionGroupsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ActionGroupsCreateOrUpdateWithResult(String, String, String, IActionGroupResource, IEventListener, ISendAsync, SerializationMode)
ActionGroupsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Delete an action group.

ActionGroupsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Delete an action group.

ActionGroupsEnableReceiver(String, String, String, IEnableRequest, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.

ActionGroupsEnableReceiverViaIdentity(String, IEnableRequest, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.

ActionGroupsEnableReceiverViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.

ActionGroupsGet(String, String, String, Func<HttpResponseMessage, Task<IActionGroupResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get an action group.

ActionGroupsGetTestNotificationsAtActionGroupResourceLevel(String, String, String, String, Func<HttpResponseMessage,Task<ITestNotificationDetailsResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the test notifications by the notification id

ActionGroupsGetTestNotificationsAtActionGroupResourceLevelViaIdentity(String, Func<HttpResponseMessage,Task<ITestNotificationDetailsResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the test notifications by the notification id

ActionGroupsGetTestNotificationsAtActionGroupResourceLevelViaIdentityWithResult(String, IEventListener, ISendAsync)
ActionGroupsGetTestNotificationsAtActionGroupResourceLevelWithResult(String, String, String, String, IEventListener, ISendAsync)
ActionGroupsGetViaIdentity(String, Func<HttpResponseMessage,Task<IActionGroupResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get an action group.

ActionGroupsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ActionGroupsGetWithResult(String, String, String, IEventListener, ISendAsync)
ActionGroupsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IActionGroupList>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get a list of all action groups in a resource group.

ActionGroupsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IActionGroupList>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get a list of all action groups in a resource group.

ActionGroupsListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
ActionGroupsListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
ActionGroupsListBySubscriptionId(String, Func<HttpResponseMessage, Task<IActionGroupList>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get a list of all action groups in a subscription.

ActionGroupsListBySubscriptionIdViaIdentity(String, Func<HttpResponseMessage, Task<IActionGroupList>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get a list of all action groups in a subscription.

ActionGroupsListBySubscriptionIdViaIdentityWithResult(String, IEventListener, ISendAsync)
ActionGroupsListBySubscriptionIdWithResult(String, IEventListener, ISendAsync)

Applies to