ArmContainerServiceModelFactory.NodeImageVersion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
node image version profile for given major.minor.patch release.
public static Azure.ResourceManager.ContainerService.Models.NodeImageVersion NodeImageVersion(string os = default, string sku = default, string version = default, string fullName = default);
static member NodeImageVersion : string * string * string * string -> Azure.ResourceManager.ContainerService.Models.NodeImageVersion
Public Shared Function NodeImageVersion (Optional os As String = Nothing, Optional sku As String = Nothing, Optional version As String = Nothing, Optional fullName As String = Nothing) As NodeImageVersion
Parameters
- os
- String
The operating system of the node image. Example: AKSUbuntu.
- sku
- String
The SKU or flavor of the node image. Example: 2004gen2containerd.
- version
- String
major.minor.patch version of the node image version release. Example: 2024.02.02.
- fullName
- String
The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02.
Returns
A new NodeImageVersion instance for mocking.