NodeImageVersionInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. fluent. models. NodeImageVersionInner
- com.
Implements
public final class NodeImageVersionInner
implements JsonSerializable<NodeImageVersionInner>
node image version profile for given major.minor.patch release.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Node |
fromJson(JsonReader jsonReader)
Reads an instance of Node |
| String |
fullName()
Get the full |
| String |
os()
Get the os property: The operating system of the node image. |
| String |
sku()
Get the sku property: The SKU or flavor of the node image. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: major. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static NodeImageVersionInner fromJson(JsonReader jsonReader)
Reads an instance of NodeImageVersionInner from the JsonReader.
Parameters:
Returns:
Throws:
fullName
public String fullName()
Get the fullName property: The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02.
Returns:
os
public String os()
Get the os property: The operating system of the node image. Example: AKSUbuntu.
Returns:
sku
public String sku()
Get the sku property: The SKU or flavor of the node image. Example: 2004gen2containerd.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: major.minor.patch version of the node image version release. Example: 2024.02.02.
Returns: