WebActivityMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| WebActivityMethod(String) |
Initializes a new instance of WebActivityMethod. |
Properties
| Name | Description |
|---|---|
| Delete |
DELETE. |
| GET |
GET. |
| Post |
POST. |
| PUT |
PUT. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |