NodeImageSelection Class
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.
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() |