AccessCondition.IfMatchETag Property

 

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.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top