SiteExtensionInfoProperties Class
SiteExtensionInfo resource specific properties.
Constructor
SiteExtensionInfoProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
extension_id
|
Site extension ID. |
|
title
|
|
|
extension_type
|
Site extension type. Known values are: "Gallery" and "WebRoot". |
|
summary
|
Summary description. |
|
description
|
Detailed description. |
|
version
|
Version information. |
|
extension_url
|
Extension URL. |
|
project_url
|
Project URL. |
|
icon_url
|
Icon URL. |
|
license_url
|
License URL. |
|
feed_url
|
Feed URL. |
|
authors
|
List of authors. |
|
installer_command_line_params
|
Installer command line parameters. |
|
published_date_time
|
Published timestamp. |
|
download_count
|
Count of downloads. |
|
local_is_latest_version
|
|
|
local_path
|
Local path. |
|
installed_date_time
|
Installed timestamp. |
|
provisioning_state
|
Provisioning state. |
|
comment
|
Site Extension comment. |
Attributes
authors
List of authors.
authors: list[str] | None
comment
Site Extension comment.
comment: str | None
description
Detailed description.
description: str | None
download_count
Count of downloads.
download_count: int | None
extension_id
Site extension ID.
extension_id: str | None
extension_type
"Gallery" and "WebRoot".
extension_type: str | _models.SiteExtensionType | None
extension_url
Extension URL.
extension_url: str | None
feed_url
Feed URL.
feed_url: str | None
icon_url
Icon URL.
icon_url: str | None
installed_date_time
Installed timestamp.
installed_date_time: datetime | None
installer_command_line_params
Installer command line parameters.
installer_command_line_params: str | None
license_url
License URL.
license_url: str | None
local_is_latest_version
true if the local version is the latest version; false otherwise.
local_is_latest_version: bool | None
local_path
Local path.
local_path: str | None
project_url
Project URL.
project_url: str | None
provisioning_state
Provisioning state.
provisioning_state: str | None
published_date_time
Published timestamp.
published_date_time: datetime | None
summary
Summary description.
summary: str | None
title
title: str | None
version
Version information.
version: str | None