Share via


AccessCondition.IfNoneMatchETag Property

 

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.

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

Syntax

public string IfNoneMatchETag { get; set; }
public:
property String^ IfNoneMatchETag {
    String^ get();
    void set(String^ value);
}
member IfNoneMatchETag : string with get, set
Public Property IfNoneMatchETag As String

Property Value

Type: System.String

See Also

AccessCondition Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top