Share via


CloudJobUpdateParameters Constructor (PoolInformation)

 

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

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

Syntax

public CloudJobUpdateParameters(
    PoolInformation poolInformation
)
public:
CloudJobUpdateParameters(
    PoolInformation^ poolInformation
)
new : 
        poolInformation:PoolInformation -> CloudJobUpdateParameters
Public Sub New (
    poolInformation As PoolInformation
)

Parameters

See Also

CloudJobUpdateParameters Overload
CloudJobUpdateParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top