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 Summary
Modifier and TypeMethodDescriptionstatic AvailableVersionPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableVersionProperties from the JsonReader.Get the fullyManagedVersions property: Fully managed versions.Get the kubernetesVersion property: Kubernetes version.Get the provisioningState property: Provisioning state.Get the selfManagedVersions property: Self managed versions.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) 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
-
kubernetesVersion
Get the kubernetesVersion property: Kubernetes version.- Returns:
- the kubernetesVersion value.
-
fullyManagedVersions
Get the fullyManagedVersions property: Fully managed versions.- Returns:
- the fullyManagedVersions value.
-
selfManagedVersions
Get the selfManagedVersions property: Self managed versions.- Returns:
- the selfManagedVersions value.
-
provisioningState
Get the provisioningState property: Provisioning state.- Returns:
- the provisioningState value.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-