Specifies HTTP options for conditional requests based on ContentHash.
Definition access_conditions.hpp:37
Azure::Nullable< ContentHash > IfMatchContentHash
Specify this header to perform the operation only if the resource's ContentHash matches the value spe...
Definition access_conditions.hpp:42
Azure::Nullable< ContentHash > IfNoneMatchContentHash
Specify this header to perform the operation only if the resource's ContentHash does not match the va...
Definition access_conditions.hpp:48
Azure::Nullable< std::string > LeaseId
Specify this header to perform the operation only if the resource has an active lease mathing this ID...
Definition access_conditions.hpp:30