JobCollectionUpdateParameters::ETag Property

 

Required. The ETag of the job collection to update. The update will fail ifthe ETag doesn't match.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
property String^ ETag {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: