Udostępnij przez


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

Name Description
HttpMethod(String)

Initializes a new instance of HttpMethod.

Properties

Name Description
Delete

Delete.

Get

Get.

Patch

Patch.

Post

Post.

Put

Put.

Unknown

Unknown.

Methods

Name Description
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

Name Description
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