RequestConditions クラス

定義

変更時刻に基づいて、条件付き要求の HTTP オプションを指定します。

public class RequestConditions : Azure.MatchConditions
type RequestConditions = class
    inherit MatchConditions
Public Class RequestConditions
Inherits MatchConditions
継承
RequestConditions
派生

コンストラクター

RequestConditions()

変更時刻に基づいて、条件付き要求の HTTP オプションを指定します。

プロパティ

IfMatch

必要に応じて、一致する ETag を持つリソースに要求を制限します。

(継承元 MatchConditions)
IfModifiedSince

必要に応じて、この時点以降にのみ変更されたリソースに要求を制限します。

IfNoneMatch

必要に応じて、ETag と一致しないリソースに要求を制限します。

(継承元 MatchConditions)
IfUnmodifiedSince

必要に応じて、変更されていないリソースに要求を制限します。

適用対象