SiteExtensionInfo Class
Site Extension Information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceSiteExtensionInfo
Constructor
SiteExtensionInfo(*, kind: str | None = None, extension_id: str | None = None, title: str | None = None, extension_type: str | _models.SiteExtensionType | None = None, summary: str | None = None, description: str | None = None, version: str | None = None, extension_url: str | None = None, project_url: str | None = None, icon_url: str | None = None, license_url: str | None = None, feed_url: str | None = None, authors: List[str] | None = None, installer_command_line_params: str | None = None, published_date_time: datetime | None = None, download_count: int | None = None, local_is_latest_version: bool | None = None, local_path: str | None = None, installed_date_time: datetime | None = None, provisioning_state: str | None = None, comment: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
Azure SDK for Python