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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java