Class ApplicationUpdateParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.ApplicationUpdateParameters
-
public class ApplicationUpdateParameters extends Object
Parameters for an update application request.
-
-
Constructor Summary
Constructors Constructor Description ApplicationUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowUpdates()Get the allowUpdates value.StringdefaultVersion()Get the defaultVersion value.StringdisplayName()Get the displayName value.ApplicationUpdateParameterswithAllowUpdates(Boolean allowUpdates)Set the allowUpdates value.ApplicationUpdateParameterswithDefaultVersion(String defaultVersion)Set the defaultVersion value.ApplicationUpdateParameterswithDisplayName(String displayName)Set the displayName value.
-
-
-
Method Detail
-
allowUpdates
public Boolean allowUpdates()
Get the allowUpdates value.- Returns:
- the allowUpdates value
-
withAllowUpdates
public ApplicationUpdateParameters withAllowUpdates(Boolean allowUpdates)
Set the allowUpdates value.- Parameters:
allowUpdates- the allowUpdates value to set- Returns:
- the ApplicationUpdateParameters object itself.
-
defaultVersion
public String defaultVersion()
Get the defaultVersion value.- Returns:
- the defaultVersion value
-
withDefaultVersion
public ApplicationUpdateParameters withDefaultVersion(String defaultVersion)
Set the defaultVersion value.- Parameters:
defaultVersion- the defaultVersion value to set- Returns:
- the ApplicationUpdateParameters object itself.
-
displayName
public String displayName()
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
public ApplicationUpdateParameters withDisplayName(String displayName)
Set the displayName value.- Parameters:
displayName- the displayName value to set- Returns:
- the ApplicationUpdateParameters object itself.
-
-