ApplicationPackageProperties Class
Properties of an application package.
Constructor
ApplicationPackageProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
state
|
str or
PackageState
The current state of the application package. Known values are: "Pending" and "Active". |
|
format
|
The format of the application package, if the package is active. |
|
storage_url
|
The URL for the application package in Azure Storage. |
|
storage_url_expiry
|
The UTC time at which the Azure Storage URL will expire. |
|
last_activation_time
|
The time at which the package was last activated, if the package is active. |
Attributes
format
The format of the application package, if the package is active.
format: str | None
last_activation_time
The time at which the package was last activated, if the package is active.
last_activation_time: datetime | None
state
"Pending" and "Active".
state: str | _models.PackageState | None
storage_url
The URL for the application package in Azure Storage.
storage_url: str | None
storage_url_expiry
The UTC time at which the Azure Storage URL will expire.
storage_url_expiry: datetime | None