SiteExtensionInfoProperties Class

SiteExtensionInfo resource specific properties.

Constructor

SiteExtensionInfoProperties(*args: Any, **kwargs: Any)

Variables

Name Description
extension_id
str

Site extension ID.

title
str
extension_type

Site extension type. Known values are: "Gallery" and "WebRoot".

summary
str

Summary description.

description
str

Detailed description.

version
str

Version information.

extension_url
str

Extension URL.

project_url
str

Project URL.

icon_url
str

Icon URL.

license_url
str

License URL.

feed_url
str

Feed URL.

authors

List of authors.

installer_command_line_params
str

Installer command line parameters.

published_date_time

Published timestamp.

download_count
int

Count of downloads.

local_is_latest_version

true if the local version is the latest version; false otherwise.

local_path
str

Local path.

installed_date_time

Installed timestamp.

provisioning_state
str

Provisioning state.

comment
str

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