Share via


KubernetesVersionCapabilities Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.KubernetesVersionCapabilities

Implements

public final class KubernetesVersionCapabilities
implements JsonSerializable<KubernetesVersionCapabilities>

Capabilities on this Kubernetes version.

Method Summary

Modifier and Type Method and Description
static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)

Reads an instance of KubernetesVersionCapabilities from the JsonReader.

List<KubernetesSupportPlan> supportPlan()

Get the supportPlan property: Kubernetes support plans available for this version.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)

Reads an instance of KubernetesVersionCapabilities from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of KubernetesVersionCapabilities 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 KubernetesVersionCapabilities.

supportPlan

public List<KubernetesSupportPlan> supportPlan()

Get the supportPlan property: Kubernetes support plans available for this version.

Returns:

the supportPlan value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to