Megosztás a következőn keresztül:


NodeImageSelection Class

Definition

The node image upgrade to be applied to the target nodes in update run.

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

Constructors

NodeImageSelection()

Creates an new NodeImageSelection instance.

Properties

Type

The node image upgrade type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NodeImageSelection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NodeImageSelection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NodeImageSelection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to