Class ActivateApplicationPackageParameters
java.lang.Object
com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters
Parameters for an activating an application package.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ActivateApplicationPackageParameters class. -
Method Summary
Modifier and TypeMethodDescriptionformat()
Get the format property: The format of the application package binary file.void
validate()
Validates the instance.withFormat
(String format) Set the format property: The format of the application package binary file.
-
Constructor Details
-
ActivateApplicationPackageParameters
public ActivateApplicationPackageParameters()Creates an instance of ActivateApplicationPackageParameters class.
-
-
Method Details
-
format
Get the format property: The format of the application package binary file.- Returns:
- the format value.
-
withFormat
Set the format property: The format of the application package binary file.- Parameters:
format
- the format value to set.- Returns:
- the ActivateApplicationPackageParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-