共用方式為


WebhookUpdateParameters 類別

定義

提供給更新 Webhook 作業的參數。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WebhookUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebhookUpdateParameters = class
Public Class WebhookUpdateParameters
繼承
WebhookUpdateParameters
屬性

建構函式

WebhookUpdateParameters()

初始化 WebhookUpdateParameters 類別的新實例。

WebhookUpdateParameters(String, Nullable<Boolean>, String, IDictionary<String,String>, String)

初始化 WebhookUpdateParameters 類別的新實例。

屬性

Description

取得或設定 Webhook 的描述。

IsEnabled

取得或設定已啟用 Webhook 旗標的值。

Name

取得或設定 Webhook 的名稱。

Parameters

取得或設定作業的參數。

RunOn

取得或設定將執行 Webhook 作業的混合式背景工作群組名稱。

適用於