Share via


MachineInstallPatchesContent Class

Definition

Input for InstallPatches as directly received by the API.

public class MachineInstallPatchesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent>
type MachineInstallPatchesContent = class
    interface IJsonModel<MachineInstallPatchesContent>
    interface IPersistableModel<MachineInstallPatchesContent>
Public Class MachineInstallPatchesContent
Implements IJsonModel(Of MachineInstallPatchesContent), IPersistableModel(Of MachineInstallPatchesContent)
Inheritance
MachineInstallPatchesContent
Implements

Constructors

MachineInstallPatchesContent(TimeSpan, VmGuestPatchRebootSetting)

Initializes a new instance of MachineInstallPatchesContent.

Properties

LinuxParameters

Input for InstallPatches on a Linux VM, as directly received by the API.

MaximumDuration

Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours).

RebootSetting

Defines when it is acceptable to reboot a VM during a software update operation.

WindowsParameters

Input for InstallPatches on a Windows VM, as directly received by the API.

Explicit Interface Implementations

IJsonModel<MachineInstallPatchesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineInstallPatchesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineInstallPatchesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineInstallPatchesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineInstallPatchesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to