Share via


JobCollectionUpdateParameters Constructor (String)

 

Initializes a new instance of the JobCollectionUpdateParameters class with required arguments.

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

Syntax

public JobCollectionUpdateParameters(
    string eTag
)
public:
JobCollectionUpdateParameters(
    String^ eTag
)
new : 
        eTag:string -> JobCollectionUpdateParameters
Public Sub New (
    eTag As String
)

See Also

JobCollectionUpdateParameters Overload
JobCollectionUpdateParameters Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top