SiteExtensionInfoInner 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 SiteExtensionInfoInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteExtensionInfoInner = class
inherit ProxyOnlyResourceInner
Public Class SiteExtensionInfoInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
SiteExtensionInfoInner() |
Initializes a new instance of the SiteExtensionInfoInner class. |
SiteExtensionInfoInner(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 SiteExtensionInfoInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
InstalledDateTime |
Gets or sets installed timestamp. |
InstallerCommandLineParams |
Gets or sets installer command line parameters. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
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. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ProjectUrl |
Gets or sets project URL. |
ProvisioningState |
Gets or sets provisioning state. |
PublishedDateTime |
Gets or sets published timestamp. |
Summary |
Gets or sets summary description. |
Tags |
Resource tags (Inherited from Resource) |
Title | |
Type |
Resource type (Inherited from ProxyResource) |
Version |
Gets or sets version information. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET