你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteExtensionInfoProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteExtensionInfoPropertiesTypeConverter))]
public interface ISiteExtensionInfoProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteExtensionInfoPropertiesTypeConverter))>]
type ISiteExtensionInfoProperties = interface
    interface IJsonSerializable
Public Interface ISiteExtensionInfoProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Author

List of authors.

Comment

Site Extension comment.

Description

Detailed description.

DownloadCount

Count of downloads.

ExtensionId

Site extension ID.

ExtensionType

Site extension type.

ExtensionUrl

Extension URL.

FeedUrl

Feed URL.

IconUrl

Icon URL.

InstalledDateTime

Installed timestamp.

InstallerCommandLineParam

Installer command line parameters.

LicenseUrl

License URL.

LocalIsLatestVersion

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

LocalPath

Local path.

ProjectUrl

Project URL.

ProvisioningState

Provisioning state.

PublishedDateTime

Published timestamp.

Summary

Summary description.

Title
Version

Version information.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to