WebhookCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新 Webhook 作業的參數。
public class WebhookCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class WebhookCreateOrUpdateParameters
type WebhookCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebhookCreateOrUpdateParameters = class
Public Class WebhookCreateOrUpdateParameters
- 繼承
-
WebhookCreateOrUpdateParameters
- 屬性
建構函式
WebhookCreateOrUpdateParameters() |
初始化 WebhookCreateOrUpdateParameters 類別的新實例。 |
WebhookCreateOrUpdateParameters(String, Nullable<Boolean>, String, DateTimeOffset, IDictionary<String,String>, RunbookAssociationProperty, String) |
初始化 WebhookCreateOrUpdateParameters 類別的新實例。 |
WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties) |
提供給建立或更新 Webhook 作業的參數。 |
屬性
ExpiryTime |
取得或設定到期時間。 |
IsEnabled |
取得或設定已啟用 Webhook 旗標的值。 |
Name |
取得或設定 Webhook 的名稱。 |
Parameters |
取得或設定作業的參數。 |
Properties |
提供給建立或更新 Webhook 作業的參數。 |
Runbook |
取得或設定 Runbook。 |
RunOn |
取得或設定將執行 Webhook 作業的混合式背景工作群組名稱。 |
Uri |
取得或設定 uri。 |
方法
Validate() |
驗證 物件。 |