ActivateApplicationPackageParameters Class
- java.
lang. Object - com.
microsoft. azure. management. batch. ActivateApplicationPackageParameters
- com.
public class ActivateApplicationPackageParameters
Parameters for an activating an application package.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
format()
Get the format of the application package binary file. |
Activate |
withFormat(String format)
Set the format of the application package binary file. |
Method Details
format
public String format()
Get the format of the application package binary file.
Returns:
withFormat
public ActivateApplicationPackageParameters withFormat(String format)
Set the format of the application package binary file.
Parameters:
Returns: