Class ActivateApplicationPackageParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.ActivateApplicationPackageParameters
-
public class ActivateApplicationPackageParameters extends Object
Parameters for an activating an application package.
-
-
Constructor Summary
Constructors Constructor Description ActivateApplicationPackageParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat()Get the format value.ActivateApplicationPackageParameterswithFormat(String format)Set the format value.
-
-
-
Method Detail
-
format
public String format()
Get the format value.- Returns:
- the format value
-
withFormat
public ActivateApplicationPackageParameters withFormat(String format)
Set the format value.- Parameters:
format- the format value to set- Returns:
- the ActivateApplicationPackageParameters object itself.
-
-