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

WebActivityMethod Struct

Definition

The list of HTTP methods supported by a WebActivity.

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

Constructors

WebActivityMethod(String)

Initializes a new instance of WebActivityMethod.

Properties

Delete

DELETE.

GET

GET.

Post

POST.

PUT

PUT.

Methods

Equals(WebActivityMethod)

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(WebActivityMethod, WebActivityMethod)

Determines if two WebActivityMethod values are the same.

Implicit(String to WebActivityMethod)

Converts a String to a WebActivityMethod.

Inequality(WebActivityMethod, WebActivityMethod)

Determines if two WebActivityMethod values are not the same.

Applies to