Class AvailableVersionProperties

java.lang.Object
com.azure.resourcemanager.appnetwork.models.AvailableVersionProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<AvailableVersionProperties>

public final class AvailableVersionProperties extends Object implements com.azure.json.JsonSerializable<AvailableVersionProperties>
AppLink available version properties.
  • Method Details

    • kubernetesVersion

      public String kubernetesVersion()
      Get the kubernetesVersion property: Kubernetes version.
      Returns:
      the kubernetesVersion value.
    • fullyManagedVersions

      public FullyManagedVersions fullyManagedVersions()
      Get the fullyManagedVersions property: Fully managed versions.
      Returns:
      the fullyManagedVersions value.
    • selfManagedVersions

      public SelfManagedVersions selfManagedVersions()
      Get the selfManagedVersions property: Self managed versions.
      Returns:
      the selfManagedVersions value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AvailableVersionProperties>
      Throws:
      IOException
    • fromJson

      public static AvailableVersionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AvailableVersionProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AvailableVersionProperties 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 AvailableVersionProperties.