ISiteExtensionInfoProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteExtensionInfoPropertiesTypeConverter))]
public interface ISiteExtensionInfoProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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 |
|
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) |