Share via


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