Class ExtensionProperties

java.lang.Object
com.azure.resourcemanager.agrifood.fluent.models.ExtensionProperties

public final class ExtensionProperties extends Object
Extension resource properties.
  • Constructor Details

    • ExtensionProperties

      public ExtensionProperties()
  • Method Details

    • extensionId

      public String extensionId()
      Get the extensionId property: Extension Id.
      Returns:
      the extensionId value.
    • extensionCategory

      public String extensionCategory()
      Get the extensionCategory property: Extension category. e.g. weather/sensor/satellite.
      Returns:
      the extensionCategory value.
    • installedExtensionVersion

      public String installedExtensionVersion()
      Get the installedExtensionVersion property: Installed extension version.
      Returns:
      the installedExtensionVersion value.
    • extensionAuthLink

      public String extensionAuthLink()
      Get the extensionAuthLink property: Extension auth link.
      Returns:
      the extensionAuthLink value.
    • extensionApiDocsLink

      public String extensionApiDocsLink()
      Get the extensionApiDocsLink property: Extension api docs link.
      Returns:
      the extensionApiDocsLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.