HttpMethod 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 http method of the request.
public readonly struct HttpMethod : IEquatable<Azure.ResourceManager.HybridNetwork.Models.HttpMethod>
type HttpMethod = struct
Public Structure HttpMethod
Implements IEquatable(Of HttpMethod)
- Inheritance
-
HttpMethod
- Implements
Constructors
HttpMethod(String) |
Initializes a new instance of HttpMethod. |
Properties
Delete |
Delete. |
Get |
Get. |
Patch |
Patch. |
Post |
Post. |
Put |
Put. |
Unknown |
Unknown. |
Methods
Equals(HttpMethod) |
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(HttpMethod, HttpMethod) |
Determines if two HttpMethod values are the same. |
Implicit(String to HttpMethod) |
Converts a string to a HttpMethod. |
Inequality(HttpMethod, HttpMethod) |
Determines if two HttpMethod values are not the same. |
Applies to
Azure SDK for .NET