ApplicationPackageInner Class

  • java.lang.Object
    • ProxyResource
      • com.microsoft.azure.management.batch.implementation.ApplicationPackageInner

public class ApplicationPackageInner

An application package which represents a particular version of an application.

Method Summary

Modifier and Type Method and Description
String etag()

Get the ETag of the resource, used for concurrency statements.

String format()

Get the format of the application package, if the package is active.

DateTime lastActivationTime()

Get the time at which the package was last activated, if the package is active.

PackageState state()

Get the current state of the application package. Possible values include: 'Pending', 'Active'.

String storageUrl()

Get the URL for the application package in Azure Storage.

DateTime storageUrlExpiry()

Get the UTC time at which the Azure Storage URL will expire.

Method Details

etag

public String etag()

Get the ETag of the resource, used for concurrency statements.

Returns:

the etag value

format

public String format()

Get the format of the application package, if the package is active.

Returns:

the format value

lastActivationTime

public DateTime lastActivationTime()

Get the time at which the package was last activated, if the package is active.

Returns:

the lastActivationTime value

state

public PackageState state()

Get the current state of the application package. Possible values include: 'Pending', 'Active'.

Returns:

the state value

storageUrl

public String storageUrl()

Get the URL for the application package in Azure Storage.

Returns:

the storageUrl value

storageUrlExpiry

public DateTime storageUrlExpiry()

Get the UTC time at which the Azure Storage URL will expire.

Returns:

the storageUrlExpiry value

Applies to