ActivateApplicationPackageParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.ActivateApplicationPackageParameters

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.

ActivateApplicationPackageParameters 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