WebHookActivityMethod 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 WebHook activity.
public readonly struct WebHookActivityMethod : IEquatable<Azure.ResourceManager.DataFactory.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
Azure SDK for .NET