Class ActivateApplicationPackageParameters
java.lang.Object
com.microsoft.azure.management.batch.ActivateApplicationPackageParameters
Parameters for an activating an application package.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformat()
Get the format of the application package binary file.withFormat
(String format) Set the format of the application package binary file.
-
Constructor Details
-
ActivateApplicationPackageParameters
public ActivateApplicationPackageParameters()
-
-
Method Details
-
format
Get the format of the application package binary file.- Returns:
- the format value
-
withFormat
Set the format of the application package binary file.- Parameters:
format
- the format value to set- Returns:
- the ActivateApplicationPackageParameters object itself.
-