NodeImageVersion Class
- java.
lang. Object - com.
azure. resourcemanager. containerservicefleet. models. NodeImageVersion
- com.
Implements
public final class NodeImageVersion
implements JsonSerializable<NodeImageVersion>
The node upgrade image version.
Constructor Summary
| Constructor | Description |
|---|---|
| NodeImageVersion() |
Creates an instance of Node |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Node |
fromJson(JsonReader jsonReader)
Reads an instance of Node |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The image version to upgrade the nodes to (e. |
Methods inherited from java.lang.Object
Constructor Details
NodeImageVersion
public NodeImageVersion()
Creates an instance of NodeImageVersion class.
Method Details
fromJson
public static NodeImageVersion fromJson(JsonReader jsonReader)
Reads an instance of NodeImageVersion from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The image version to upgrade the nodes to (e.g., 'AKSUbuntu-1804gen2containerd-2022.12.13').
Returns: