ActivateApplicationPackageParameters Class

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

public class ActivateApplicationPackageParameters

Parameters for an activating an application package.

Constructor Summary

Constructor Description
ActivateApplicationPackageParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String format()

Get the format of the application package binary file.

ActivateApplicationPackageParameters withFormat(String format)

Set the format of the application package binary file.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ActivateApplicationPackageParameters

public ActivateApplicationPackageParameters()

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