次の方法で共有


AutomationWebhookCreateOrUpdateContent(String) コンストラクター

定義

AutomationWebhookCreateOrUpdateContent の新しいインスタンスを初期化します。

public AutomationWebhookCreateOrUpdateContent (string name);
new Azure.ResourceManager.Automation.Models.AutomationWebhookCreateOrUpdateContent : string -> Azure.ResourceManager.Automation.Models.AutomationWebhookCreateOrUpdateContent
Public Sub New (name As String)

パラメーター

name
String

Webhook の名前を取得または設定します。

例外

name が null です。

適用対象