Class SiteExtensionInfoInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.fluent.models.SiteExtensionInfoInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class SiteExtensionInfoInner
extends com.azure.core.management.ProxyResource
Site Extension Information.
-
Method Summary
Modifier and TypeMethodDescriptionauthors()Get the authors property: List of authors.comment()Get the comment property: Site Extension comment.Get the description property: Detailed description.Get the downloadCount property: Count of downloads.Get the extensionId property: Site extension ID.Get the extensionType property: Site extension type.Get the extensionUrl property: Extension URL.feedUrl()Get the feedUrl property: Feed URL.static SiteExtensionInfoInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteExtensionInfoInner from the JsonReader.iconUrl()Get the iconUrl property: Icon URL.id()Get the id property: Fully qualified resource Id for the resource.Get the installedDateTime property: Installed timestamp.Get the installerCommandLineParams property: Installer command line parameters.kind()Get the kind property: Kind of resource.Get the licenseUrl property: License URL.Get the localIsLatestVersion property: <code>true</code> if the local version is the latest version; <code>false</code> otherwise.Get the localPath property: Local path.name()Get the name property: The name of the resource.Get the projectUrl property: Project URL.Get the provisioningState property: Provisioning state.Get the publishedDateTime property: Published timestamp.summary()Get the summary property: Summary description.com.azure.core.management.SystemDataGet the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.title()Get the title property: The title property.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) type()Get the type property: The type of the resource.voidvalidate()Validates the instance.version()Get the version property: Version information.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
kind
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
type
Get the type property: The type of the resource.- Overrides:
typein classcom.azure.core.management.ProxyResource- Returns:
- the type value.
-
name
Get the name property: The name of the resource.- Overrides:
namein classcom.azure.core.management.ProxyResource- Returns:
- the name value.
-
id
Get the id property: Fully qualified resource Id for the resource.- Overrides:
idin classcom.azure.core.management.ProxyResource- Returns:
- the id value.
-
extensionId
Get the extensionId property: Site extension ID.- Returns:
- the extensionId value.
-
title
-
extensionType
Get the extensionType property: Site extension type.- Returns:
- the extensionType value.
-
summary
-
description
Get the description property: Detailed description.- Returns:
- the description value.
-
version
-
extensionUrl
Get the extensionUrl property: Extension URL.- Returns:
- the extensionUrl value.
-
projectUrl
-
iconUrl
-
licenseUrl
-
feedUrl
-
authors
-
installerCommandLineParams
Get the installerCommandLineParams property: Installer command line parameters.- Returns:
- the installerCommandLineParams value.
-
publishedDateTime
Get the publishedDateTime property: Published timestamp.- Returns:
- the publishedDateTime value.
-
downloadCount
Get the downloadCount property: Count of downloads.- Returns:
- the downloadCount value.
-
localIsLatestVersion
Get the localIsLatestVersion property: <code>true</code> if the local version is the latest version; <code>false</code> otherwise.- Returns:
- the localIsLatestVersion value.
-
localPath
-
installedDateTime
Get the installedDateTime property: Installed timestamp.- Returns:
- the installedDateTime value.
-
provisioningState
Get the provisioningState property: Provisioning state.- Returns:
- the provisioningState value.
-
comment
Get the comment property: Site Extension comment.- Returns:
- the comment value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>- Overrides:
toJsonin classcom.azure.core.management.ProxyResource- Throws:
IOException
-
fromJson
public static SiteExtensionInfoInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SiteExtensionInfoInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SiteExtensionInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the SiteExtensionInfoInner.
-