Share via


HttpMethodConfiguration Struct

Definition

The HTTP method to be used.

public readonly struct HttpMethodConfiguration : IEquatable<Azure.ResourceManager.ApiManagement.Models.HttpMethodConfiguration>
type HttpMethodConfiguration = struct
Public Structure HttpMethodConfiguration
Implements IEquatable(Of HttpMethodConfiguration)
Inheritance
HttpMethodConfiguration
Implements

Constructors

HttpMethodConfiguration(String)

Initializes a new instance of HttpMethodConfiguration.

Properties

Get

GET.

Post

POST.

Methods

Equals(HttpMethodConfiguration)

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(HttpMethodConfiguration, HttpMethodConfiguration)

Determines if two HttpMethodConfiguration values are the same.

Implicit(String to HttpMethodConfiguration)

Converts a string to a HttpMethodConfiguration.

Inequality(HttpMethodConfiguration, HttpMethodConfiguration)

Determines if two HttpMethodConfiguration values are not the same.

Applies to