ArmContainerServiceModelFactory.AgentPoolRecentlyUsedVersion 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.
A historical version that can be used for rollback operations.
public static Azure.ResourceManager.ContainerService.Models.AgentPoolRecentlyUsedVersion AgentPoolRecentlyUsedVersion(string orchestratorVersion = default, string nodeImageVersion = default, DateTimeOffset? lastUsedOn = default);
static member AgentPoolRecentlyUsedVersion : string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.ContainerService.Models.AgentPoolRecentlyUsedVersion
Public Shared Function AgentPoolRecentlyUsedVersion (Optional orchestratorVersion As String = Nothing, Optional nodeImageVersion As String = Nothing, Optional lastUsedOn As Nullable(Of DateTimeOffset) = Nothing) As AgentPoolRecentlyUsedVersion
Parameters
- orchestratorVersion
- String
The Kubernetes version (major.minor.patch) available for rollback.
- nodeImageVersion
- String
The node image version available for rollback.
- lastUsedOn
- Nullable<DateTimeOffset>
The timestamp when this version was last used.
Returns
A new AgentPoolRecentlyUsedVersion instance for mocking.