Class ApplicationPackageReference
- java.lang.Object
-
- com.microsoft.azure.management.batch.ApplicationPackageReference
-
public class ApplicationPackageReference extends Object
Link to an application package inside the batch account.
-
-
Constructor Summary
Constructors Constructor Description ApplicationPackageReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.Stringversion()Get the version value.ApplicationPackageReferencewithId(String id)Set the id value.ApplicationPackageReferencewithVersion(String version)Set the version value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public ApplicationPackageReference withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the ApplicationPackageReference object itself.
-
version
public String version()
Get the version value.- Returns:
- the version value
-
withVersion
public ApplicationPackageReference withVersion(String version)
Set the version value.- Parameters:
version- the version value to set- Returns:
- the ApplicationPackageReference object itself.
-
-