Class ApplicationCreateParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.ApplicationCreateParameters
-
public class ApplicationCreateParameters extends Object
Parameters for adding an Application.
-
-
Constructor Summary
Constructors Constructor Description ApplicationCreateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowUpdates()Get the allowUpdates value.StringdisplayName()Get the displayName value.ApplicationCreateParameterswithAllowUpdates(Boolean allowUpdates)Set the allowUpdates value.ApplicationCreateParameterswithDisplayName(String displayName)Set the displayName value.
-
-
-
Method Detail
-
allowUpdates
public Boolean allowUpdates()
Get the allowUpdates value.- Returns:
- the allowUpdates value
-
withAllowUpdates
public ApplicationCreateParameters withAllowUpdates(Boolean allowUpdates)
Set the allowUpdates value.- Parameters:
allowUpdates- the allowUpdates value to set- Returns:
- the ApplicationCreateParameters object itself.
-
displayName
public String displayName()
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
public ApplicationCreateParameters withDisplayName(String displayName)
Set the displayName value.- Parameters:
displayName- the displayName value to set- Returns:
- the ApplicationCreateParameters object itself.
-
-