CallbackConfigInner Class
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.
The configuration of service URI and custom headers for the webhook.
public class CallbackConfigInner
type CallbackConfigInner = class
Public Class CallbackConfigInner
- Inheritance
-
CallbackConfigInner
Constructors
CallbackConfigInner() |
Initializes a new instance of the CallbackConfigInner class. |
CallbackConfigInner(String, IDictionary<String,String>) |
Initializes a new instance of the CallbackConfigInner class. |
Properties
CustomHeaders |
Gets or sets custom headers that will be added to the webhook notifications. |
ServiceUri |
Gets or sets the service URI for the webhook to post notifications. |
Methods
Validate() |
Validate the object. |