你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebHookActivityMethod Struct

Definition

The list of HTTP methods supported by a WebHook activity.

public readonly struct WebHookActivityMethod : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.WebHookActivityMethod>
type WebHookActivityMethod = struct
Public Structure WebHookActivityMethod
Implements IEquatable(Of WebHookActivityMethod)
Inheritance
WebHookActivityMethod
Implements

Constructors

WebHookActivityMethod(String)

Initializes a new instance of WebHookActivityMethod.

Properties

Post

POST.

Methods

Equals(WebHookActivityMethod)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WebHookActivityMethod, WebHookActivityMethod)

Determines if two WebHookActivityMethod values are the same.

Implicit(String to WebHookActivityMethod)

Converts a String to a WebHookActivityMethod.

Inequality(WebHookActivityMethod, WebHookActivityMethod)

Determines if two WebHookActivityMethod values are not the same.

Applies to