你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteExtensionInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteExtensionInfoTypeConverter))]
public interface ISiteExtensionInfo : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteExtensionInfoTypeConverter))>]
type ISiteExtensionInfo = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface ISiteExtensionInfo
Implements IProxyOnlyResource
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.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
InstalledDateTime

Installed timestamp.

InstallerCommandLineParam

Installer command line parameters.

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
LicenseUrl

License URL.

LocalIsLatestVersion

true if the local version is the latest version; false otherwise.

LocalPath

Local path.

Name

Resource Name.

(Inherited from IProxyOnlyResource)
ProjectUrl

Project URL.

ProvisioningState

Provisioning state.

PublishedDateTime

Published timestamp.

Summary

Summary description.

Title
Type

Resource type.

(Inherited from IProxyOnlyResource)
Version

Version information.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to