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
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
Azure SDK for .NET