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