public sealed class JobStatus.Types.InstanceStatus : IMessage<JobStatus.Types.InstanceStatus>, IEquatable<JobStatus.Types.InstanceStatus>, IDeepCloneable<JobStatus.Types.InstanceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobStatus.Types.InstanceStatus.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available for the Batch v1 API class `JobStatus.Types.InstanceStatus` is 2.13.0, with multiple prior versions also listed, starting from 1.0.0, going up to 2.12.0."],["The `JobStatus.Types.InstanceStatus` class represents the status of a VM instance within the Batch v1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving it the ability to define instance status, and support deep cloning and buffering."],["The class exposes properties such as `BootDisk`, `MachineType`, `ProvisioningModel`, and `TaskPack`, which describe the VM instance's characteristics, including its boot disk, machine type, provisioning model, and the maximum number of tasks that can be assigned to it."],["There are two constructors available, one being default and the other one which takes in another `JobStatus.Types.InstanceStatus` instance as an argument."]]],[]]