共用方式為


AutomationWebhookCreateOrUpdateContent(String) Constructor

Definition

Initializes a new instance of AutomationWebhookCreateOrUpdateContent.

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

Parameters

name
String

Gets or sets the name of the webhook.

Exceptions

name is null.

Applies to