Class SiteExtensionInfoProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.SiteExtensionInfoProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SiteExtensionInfoProperties>
public final class SiteExtensionInfoProperties
extends Object
implements com.azure.json.JsonSerializable<SiteExtensionInfoProperties>
SiteExtensionInfo resource specific properties.
-
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 SiteExtensionInfoPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteExtensionInfoProperties from the JsonReader.iconUrl()Get the iconUrl property: Icon URL.Get the installedDateTime property: Installed timestamp.Get the installerCommandLineParams property: Installer command line parameters.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.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.title()Get the title property: The title property.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) 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
-
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<SiteExtensionInfoProperties>- Throws:
IOException
-
fromJson
public static SiteExtensionInfoProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SiteExtensionInfoProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SiteExtensionInfoProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the SiteExtensionInfoProperties.
-