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:
the format value
withFormat
public ActivateApplicationPackageParameters withFormat(String format)
Set the format of the application package binary file.
Parameters:
format
- the format value to set
Returns:
the ActivateApplicationPackageParameters object itself.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java