Webhook 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.
Definition of the webhook type.
public class Webhook
[Microsoft.Rest.Serialization.JsonTransformation]
public class Webhook : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Webhook = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Webhook = class
inherit ProxyResource
Public Class Webhook
Public Class Webhook
Inherits ProxyResource
- Inheritance
-
Webhook
- Inheritance
- Attributes
Constructors
Webhook() |
Initializes a new instance of the Webhook class. |
Webhook(String, String, String, Nullable<Boolean>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>, RunbookAssociationProperty, String, DateTimeOffset, DateTimeOffset, String, String) |
Initializes a new instance of the Webhook class. |
Properties
CreationTime |
Gets or sets the creation time. |
Description |
Gets or sets the description. |
ExpiryTime |
Gets or sets the expiry time. |
Id | |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
IsEnabled |
Gets or sets the value of the enabled flag of the webhook. |
LastInvokedTime |
Gets or sets the last invoked time. |
LastModifiedBy |
Gets or sets details of the user who last modified the Webhook |
LastModifiedTime |
Gets or sets the last modified time. |
Name | |
Name |
Gets the name of the resource (Inherited from Resource) |
Parameters |
Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with. |
Properties | |
Runbook |
Gets or sets the runbook the webhook is associated with. |
RunOn |
Gets or sets the name of the hybrid worker group the webhook job will run on. |
Type |
Gets the type of the resource. (Inherited from Resource) |
Uri |
Gets or sets the webhook uri. |
Applies to
Azure SDK for .NET