Share via


HttpMethod Struct

Definition

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