Share via


SiteExtensionInfoData Class

Definition

A class representing the SiteExtensionInfo data model. Site Extension Information.

public class SiteExtensionInfoData : Azure.ResourceManager.Models.ResourceData
public class SiteExtensionInfoData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.SiteExtensionInfoData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.SiteExtensionInfoData>
type SiteExtensionInfoData = class
    inherit ResourceData
type SiteExtensionInfoData = class
    inherit ResourceData
    interface IJsonModel<SiteExtensionInfoData>
    interface IPersistableModel<SiteExtensionInfoData>
Public Class SiteExtensionInfoData
Inherits ResourceData
Public Class SiteExtensionInfoData
Inherits ResourceData
Implements IJsonModel(Of SiteExtensionInfoData), IPersistableModel(Of SiteExtensionInfoData)
Inheritance
SiteExtensionInfoData
Implements

Constructors

SiteExtensionInfoData()

Initializes a new instance of SiteExtensionInfoData.

Properties

Authors

List of authors.

Comment

Site Extension comment.

Description

Detailed description.

DownloadCount

Count of downloads.

ExtensionId

Site extension ID.

ExtensionType

Site extension type.

ExtensionUri

Extension URL.

FeedUri

Feed URL.

IconUri

Icon URL.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InstalledOn

Installed timestamp.

InstallerCommandLineParams

Installer command line parameters.

Kind

Kind of resource.

LicenseUri

License URL.

LocalIsLatestVersion

<code>true</code> if the local version is the latest version; <code>false</code> otherwise.

LocalPath

Local path.

Name

The name of the resource.

(Inherited from ResourceData)
ProjectUri

Project URL.

ProvisioningState

Provisioning state.

PublishedOn

Published timestamp.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Summary

Summary description.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Title

Gets or sets the title.

Version

Version information.

Explicit Interface Implementations

IJsonModel<SiteExtensionInfoData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteExtensionInfoData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteExtensionInfoData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteExtensionInfoData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteExtensionInfoData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to