Share via


ApplicationPackage Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationPackage : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationPackage = class
    inherit ProxyResource
Public Class ApplicationPackage
Inherits ProxyResource
Inheritance
ApplicationPackage
Attributes

Constructors

ApplicationPackage()

Initializes a new instance of the ApplicationPackage class.

ApplicationPackage(String, String, String, String, Nullable<PackageState>, String, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the ApplicationPackage class.

Properties

Etag

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

(Inherited from ProxyResource)
Format

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

Id

Gets the ID of the resource.

(Inherited from ProxyResource)
LastActivationTime

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

Name

Gets the name of the resource.

(Inherited from ProxyResource)
State

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

StorageUrl

Gets the URL for the application package in Azure Storage.

StorageUrlExpiry

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

Type

Gets the type of the resource.

(Inherited from ProxyResource)

Applies to