ApplicationPackage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET