ActivateApplicationPackageParameters Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. ActivateApplicationPackageParameters
- com.
Implements
public final class ActivateApplicationPackageParameters
implements JsonSerializable<ActivateApplicationPackageParameters>
Parameters for an activating an application package.
Constructor Summary
| Constructor | Description |
|---|---|
| ActivateApplicationPackageParameters() |
Creates an instance of Activate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
format()
Get the format property: The format of the application package binary file. |
|
static
Activate |
fromJson(JsonReader jsonReader)
Reads an instance of Activate |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Activate |
withFormat(String format)
Set the format property: The format of the application package binary file. |
Methods inherited from java.lang.Object
Constructor Details
ActivateApplicationPackageParameters
public ActivateApplicationPackageParameters()
Creates an instance of ActivateApplicationPackageParameters class.
Method Details
format
public String format()
Get the format property: The format of the application package binary file.
Returns:
fromJson
public static ActivateApplicationPackageParameters fromJson(JsonReader jsonReader)
Reads an instance of ActivateApplicationPackageParameters from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withFormat
public ActivateApplicationPackageParameters withFormat(String format)
Set the format property: The format of the application package binary file.
Parameters:
Returns: