VirtualMachineInstallPatchesContent 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.
Input for InstallPatches as directly received by the API.
public class VirtualMachineInstallPatchesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesContent>
type VirtualMachineInstallPatchesContent = class
interface IJsonModel<VirtualMachineInstallPatchesContent>
interface IPersistableModel<VirtualMachineInstallPatchesContent>
Public Class VirtualMachineInstallPatchesContent
Implements IJsonModel(Of VirtualMachineInstallPatchesContent), IPersistableModel(Of VirtualMachineInstallPatchesContent)
- Inheritance
-
VirtualMachineInstallPatchesContent
- Implements
Constructors
VirtualMachineInstallPatchesContent(VmGuestPatchRebootSetting) |
Initializes a new instance of VirtualMachineInstallPatchesContent. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VirtualMachineInstallPatchesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualMachineInstallPatchesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualMachineInstallPatchesContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualMachineInstallPatchesContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualMachineInstallPatchesContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET