ApplicationPackageInner Class

public final class ApplicationPackageInner
extends ProxyResource

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

Constructor Summary

Constructor Description
ApplicationPackageInner()

Creates an instance of ApplicationPackageInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: The ETag of the resource, used for concurrency statements.

String format()

Get the format property: The format of the application package, if the package is active.

OffsetDateTime lastActivationTime()

Get the lastActivationTime property: The time at which the package was last activated, if the package is active.

PackageState state()

Get the state property: The current state of the application package.

String storageUrl()

Get the storageUrl property: The URL for the application package in Azure Storage.

OffsetDateTime storageUrlExpiry()

Get the storageUrlExpiry property: The UTC time at which the Azure Storage URL will expire.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ApplicationPackageInner

public ApplicationPackageInner()

Creates an instance of ApplicationPackageInner class.

Method Details

etag

public String etag()

Get the etag property: The ETag of the resource, used for concurrency statements.

Returns:

the etag value.

format

public String format()

Get the format property: The format of the application package, if the package is active.

Returns:

the format value.

lastActivationTime

public OffsetDateTime lastActivationTime()

Get the lastActivationTime property: The time at which the package was last activated, if the package is active.

Returns:

the lastActivationTime value.

state

public PackageState state()

Get the state property: The current state of the application package.

Returns:

the state value.

storageUrl

public String storageUrl()

Get the storageUrl property: The URL for the application package in Azure Storage.

Returns:

the storageUrl value.

storageUrlExpiry

public OffsetDateTime storageUrlExpiry()

Get the storageUrlExpiry property: The UTC time at which the Azure Storage URL will expire.

Returns:

the storageUrlExpiry value.

validate

public void validate()

Validates the instance.

Applies to