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 Details

    • kind

      public String kind()
      Get the kind property: Kind of resource.
      Returns:
      the kind value.
    • 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

      public String type()
      Get the type property: The type of the resource.
      Overrides:
      type in class com.azure.core.management.ProxyResource
      Returns:
      the type value.
    • name

      public String name()
      Get the name property: The name of the resource.
      Overrides:
      name in class com.azure.core.management.ProxyResource
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: Fully qualified resource Id for the resource.
      Overrides:
      id in class com.azure.core.management.ProxyResource
      Returns:
      the id value.
    • extensionId

      public String extensionId()
      Get the extensionId property: Site extension ID.
      Returns:
      the extensionId value.
    • title

      public String title()
      Get the title property: The title property.
      Returns:
      the title value.
    • extensionType

      public SiteExtensionType extensionType()
      Get the extensionType property: Site extension type.
      Returns:
      the extensionType value.
    • summary

      public String summary()
      Get the summary property: Summary description.
      Returns:
      the summary value.
    • description

      public String description()
      Get the description property: Detailed description.
      Returns:
      the description value.
    • version

      public String version()
      Get the version property: Version information.
      Returns:
      the version value.
    • extensionUrl

      public String extensionUrl()
      Get the extensionUrl property: Extension URL.
      Returns:
      the extensionUrl value.
    • projectUrl

      public String projectUrl()
      Get the projectUrl property: Project URL.
      Returns:
      the projectUrl value.
    • iconUrl

      public String iconUrl()
      Get the iconUrl property: Icon URL.
      Returns:
      the iconUrl value.
    • licenseUrl

      public String licenseUrl()
      Get the licenseUrl property: License URL.
      Returns:
      the licenseUrl value.
    • feedUrl

      public String feedUrl()
      Get the feedUrl property: Feed URL.
      Returns:
      the feedUrl value.
    • authors

      public List<String> authors()
      Get the authors property: List of authors.
      Returns:
      the authors value.
    • installerCommandLineParams

      public String installerCommandLineParams()
      Get the installerCommandLineParams property: Installer command line parameters.
      Returns:
      the installerCommandLineParams value.
    • publishedDateTime

      public OffsetDateTime publishedDateTime()
      Get the publishedDateTime property: Published timestamp.
      Returns:
      the publishedDateTime value.
    • downloadCount

      public Integer downloadCount()
      Get the downloadCount property: Count of downloads.
      Returns:
      the downloadCount value.
    • localIsLatestVersion

      public Boolean 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

      public String localPath()
      Get the localPath property: Local path.
      Returns:
      the localPath value.
    • installedDateTime

      public OffsetDateTime installedDateTime()
      Get the installedDateTime property: Installed timestamp.
      Returns:
      the installedDateTime value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • comment

      public String 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
      Overrides:
      toJson in class com.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.