|
Name |
Description |
|
Equals
|
(Inherited from Object) |
|
GenerateEmptyCondition
|
Constructs an empty access condition.
|
|
GenerateIfMatchCondition
|
Constructs an access condition such that an operation will be performed only if the resource's ETag value matches the specified ETag value.
|
|
GenerateIfModifiedSinceCondition
|
Constructs an access condition such that an operation will be performed only if the resource has been modified since the specified time.
|
|
GenerateIfNoneMatchCondition
|
Constructs an access condition such that an operation will be performed only if the resource's ETag value does not match the specified ETag value.
|
|
GenerateIfNotModifiedSinceCondition
|
Constructs an access condition such that an operation will be performed only if the resource has not been modified since the specified time.
|
|
GenerateIfSequenceNumberEqualCondition
|
Constructs an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.
|
|
GenerateIfSequenceNumberLessThanCondition
|
Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value.
|
|
GenerateIfSequenceNumberLessThanOrEqualCondition
|
Constructs an access condition such that an operation will be performed only if resource's current sequence number is less than or equal to the specified value.
|
|
GenerateLeaseCondition
|
Constructs an access condition such that an operation will be performed only if the lease ID on the resource matches the specified lease ID.
|
|
GetHashCode
|
(Inherited from Object) |
|
GetType
|
(Inherited from Object) |
|
ToString
|
(Inherited from Object) |