KubernetesVersionCapabilities Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. KubernetesVersionCapabilities
- com.
Implements
public final class KubernetesVersionCapabilities
implements JsonSerializable<KubernetesVersionCapabilities>
Capabilities on this Kubernetes version.
Constructor Summary
Constructor | Description |
---|---|
KubernetesVersionCapabilities() |
Creates an instance of Kubernetes |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Kubernetes |
fromJson(JsonReader jsonReader)
Reads an instance of Kubernetes |
List<Kubernetes |
supportPlan()
Get the support |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Kubernetes |
withSupportPlan(List<KubernetesSupportPlan> supportPlan)
Set the support |
Methods inherited from java.lang.Object
Constructor Details
KubernetesVersionCapabilities
public KubernetesVersionCapabilities()
Creates an instance of KubernetesVersionCapabilities class.
Method Details
fromJson
public static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)
Reads an instance of KubernetesVersionCapabilities from the JsonReader.
Parameters:
Returns:
Throws:
supportPlan
public List
Get the supportPlan property: The supportPlan property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSupportPlan
public KubernetesVersionCapabilities withSupportPlan(List
Set the supportPlan property: The supportPlan property.
Parameters:
Returns:
Applies to
Azure SDK for Java