SiteExtensionInfo Class

Definition

Site Extension Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteExtensionInfo : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteExtensionInfo = class
    inherit ProxyOnlyResource
Public Class SiteExtensionInfo
Inherits ProxyOnlyResource
Inheritance
SiteExtensionInfo
Attributes

Constructors

SiteExtensionInfo()

Initializes a new instance of the SiteExtensionInfo class.

SiteExtensionInfo(String, String, String, String, String, String, Nullable<SiteExtensionType>, String, String, String, String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<DateTime>, String, String)

Initializes a new instance of the SiteExtensionInfo class.

Properties

Authors

Gets or sets list of authors.

Comment

Gets or sets site Extension comment.

Description

Gets or sets detailed description.

DownloadCount

Gets or sets count of downloads.

ExtensionId

Gets or sets site extension ID.

ExtensionType

Gets or sets site extension type. Possible values include: 'Gallery', 'WebRoot'

ExtensionUrl

Gets or sets extension URL.

FeedUrl

Gets or sets feed URL.

IconUrl

Gets or sets icon URL.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
InstalledDateTime

Gets or sets installed timestamp.

InstallerCommandLineParams

Gets or sets installer command line parameters.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
LicenseUrl

Gets or sets license URL.

LocalIsLatestVersion

Gets or sets &lt;code&gt;true&lt;/code&gt; if the local version is the latest version; &lt;code&gt;false&lt;/code&gt; otherwise.

LocalPath

Gets or sets local path.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
ProjectUrl

Gets or sets project URL.

ProvisioningState

Gets or sets provisioning state.

PublishedDateTime

Gets or sets published timestamp.

Summary

Gets or sets summary description.

Title
Type

Gets resource type.

(Inherited from ProxyOnlyResource)
Version

Gets or sets version information.

Applies to