Share via


AccessCondition Class

 

Specifies conditional headers for a HTTP request.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.AccessCondition

Syntax

public class AccessCondition
public ref class AccessCondition 
type AccessCondition = class end
Public Class AccessCondition

Constructors

Name Description
System_CAPS_pubmethod AccessCondition()

Initializes a new instance of the AccessCondition class.

Properties

Name Description
System_CAPS_pubproperty IfMatchETag

Optional. Gets or sets an ETag to include in an If-Match header. If present on a request, the operation will occur only if the resource's ETag exactly matches this string.

System_CAPS_pubproperty IfModifiedSinceTime

Optional. Gets or sets the time for an If-Modified-Since header. If present on a request, the operation will occur only if the resource has been modified since the specified time.

System_CAPS_pubproperty IfNoneMatchETag

Optional. Gets or sets an ETag to include in an If-None-Match header. If present on a request, the operation will occur only if the resource's ETag does not match this string.

System_CAPS_pubproperty IfNotModifiedSinceTime

Optional. Gets or sets the time for an If-Unmodified-Since header. If present on a request, the operation will occur only if the resource has not been modified since the specified time.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top