SiteExtensionInfo Class
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.
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
- 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 <code>true</code> if the local version is the latest version; <code>false</code> 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
Azure SDK for .NET