JobCollectionCreateResponse.ETag Property
Optional. ETag of the Job Collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public string ETag { get; set; }
public:
property String^ ETag {
String^ get();
void set(String^ value);
}
member ETag : string with get, set
Public Property ETag As String
Property Value
Type: System.String
See Also
JobCollectionCreateResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top