다음을 통해 공유


NodeImageSelectionStatus Class

Definition

The node image upgrade specs for the update run.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.NodeImageSelectionStatusTypeConverter))]
public class NodeImageSelectionStatus : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.INodeImageSelectionStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.NodeImageSelectionStatusTypeConverter))>]
type NodeImageSelectionStatus = class
    interface INodeImageSelectionStatus
    interface IJsonSerializable
Public Class NodeImageSelectionStatus
Implements INodeImageSelectionStatus
Inheritance
NodeImageSelectionStatus
Attributes
Implements

Constructors

NodeImageSelectionStatus()

Creates an new NodeImageSelectionStatus instance.

Properties

SelectedNodeImageVersion

The image versions to upgrade the nodes to.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NodeImageSelectionStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NodeImageSelectionStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.INodeImageSelectionStatus.

FromJsonString(String)

Creates a new instance of NodeImageSelectionStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NodeImageSelectionStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to