azure-core
Public Member Functions | Public Attributes | List of all members
Azure::MatchConditions Struct Reference

Specifies HTTP options for conditional requests. More...

#include <match_conditions.hpp>

Public Member Functions

virtual ~MatchConditions ()=default
 Destructs MatchConditions. More...
 

Public Attributes

ETag IfMatch
 Optionally limit requests to resources that match the value specified. More...
 
ETag IfNoneMatch
 Optionally limit requests to resources that do not match the value specified. Specify ETag::Any() to limit requests to resources that do not exist.
 

Detailed Description

Constructor & Destructor Documentation

◆ ~MatchConditions()

virtual Azure::MatchConditions::~MatchConditions ( )
virtualdefault

Member Data Documentation

◆ IfMatch

ETag Azure::MatchConditions::IfMatch

The documentation for this struct was generated from the following file: