RequestMethod 構造体

定義

の一部として送信される HTTP メソッドを Request表します。

public readonly struct RequestMethod : IEquatable<Azure.Core.RequestMethod>
type RequestMethod = struct
Public Structure RequestMethod
Implements IEquatable(Of RequestMethod)
継承
RequestMethod
実装

コンストラクター

RequestMethod(String)

指定されたメソッドを使用して の RequestMethod インスタンスを作成します。 メソッドはすべて大文字である必要があります。 が定義済みのメソッド名のいずれかである場合methodに優先Parse(String)します。

プロパティ

Delete

DELETE メソッドのインスタンスを取得 RequestMethod します。

Get

GET メソッドのインスタンスを取得 RequestMethod します。

Head

HEAD メソッドのインスタンスを取得RequestMethodします。

Method

HTTP メソッドを取得します。

Options

OPTIONS メソッドのインスタンスを取得 RequestMethod します。

Patch

PATCH メソッドのインスタンスを取得 RequestMethod します。

Post

POST メソッドのインスタンスを取得 RequestMethod します。

Put

PUT メソッドのインスタンスを取得 RequestMethod します。

Trace

TRACE メソッドのインスタンスを取得 RequestMethod します。

メソッド

Equals(Object)

このインスタンスと指定したオブジェクトが等しいかどうかを示します。

Equals(RequestMethod)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

Parse(String)

文字列をその表現に RequestMethod 解析します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RequestMethod, RequestMethod)

2 つの RequestMethod インスタンスの等価性を比較します。

Inequality(RequestMethod, RequestMethod)

2 つの RequestMethod インスタンスの不等値を比較します。

適用対象