ArmContainerServiceFleetModelFactory.ContainerServiceFleetUpdateRunStatus 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.
Initializes a new instance of ContainerServiceFleetUpdateRunStatus.
public static Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateRunStatus ContainerServiceFleetUpdateRunStatus (Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateStatus status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateStageStatus> stages = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerServiceFleet.Models.NodeImageVersion> selectedNodeImageVersions = default);
static member ContainerServiceFleetUpdateRunStatus : Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateStatus * seq<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateStageStatus> * seq<Azure.ResourceManager.ContainerServiceFleet.Models.NodeImageVersion> -> Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetUpdateRunStatus
Public Shared Function ContainerServiceFleetUpdateRunStatus (Optional status As ContainerServiceFleetUpdateStatus = Nothing, Optional stages As IEnumerable(Of ContainerServiceFleetUpdateStageStatus) = Nothing, Optional selectedNodeImageVersions As IEnumerable(Of NodeImageVersion) = Nothing) As ContainerServiceFleetUpdateRunStatus
Parameters
The status of the UpdateRun.
The stages composing an update run. Stages are run sequentially withing an UpdateRun.
- selectedNodeImageVersions
- IEnumerable<NodeImageVersion>
The node image upgrade specs for the update run. It is only set in update run when NodeImageSelection.type
is Consistent
.
Returns
A new ContainerServiceFleetUpdateRunStatus instance for mocking.
Applies to
Azure SDK for .NET