WebhookCreateOrUpdateParameters 建構函式

定義

多載

WebhookCreateOrUpdateParameters()

初始化 WebhookCreateOrUpdateParameters 類別的新實例。

WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties)
WebhookCreateOrUpdateParameters(String, Nullable<Boolean>, String, DateTimeOffset, IDictionary<String,String>, RunbookAssociationProperty, String)

初始化 WebhookCreateOrUpdateParameters 類別的新實例。

WebhookCreateOrUpdateParameters()

初始化 WebhookCreateOrUpdateParameters 類別的新實例。

public WebhookCreateOrUpdateParameters ();
Public Sub New ()

適用於

WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties)

public WebhookCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters
Public Sub New (name As String, properties As WebhookCreateOrUpdateProperties)

參數

name
String

適用於

WebhookCreateOrUpdateParameters(String, Nullable<Boolean>, String, DateTimeOffset, IDictionary<String,String>, RunbookAssociationProperty, String)

初始化 WebhookCreateOrUpdateParameters 類別的新實例。

public WebhookCreateOrUpdateParameters (string name, bool? isEnabled = default, string uri = default, DateTimeOffset expiryTime = default, System.Collections.Generic.IDictionary<string,string> parameters = default, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook = default, string runOn = default);
new Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters : string * Nullable<bool> * string * DateTimeOffset * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string -> Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters
Public Sub New (name As String, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional uri As String = Nothing, Optional expiryTime As DateTimeOffset = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional runbook As RunbookAssociationProperty = Nothing, Optional runOn As String = Nothing)

參數

name
String

取得或設定 Webhook 的名稱。

isEnabled
Nullable<Boolean>

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

uri
String

取得或設定 uri。

expiryTime
DateTimeOffset

取得或設定到期時間。

parameters
IDictionary<String,String>

取得或設定作業的參數。

runbook
RunbookAssociationProperty

取得或設定 Runbook。

runOn
String

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

適用於