HybridComputeWindowsParameters 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 on a Windows VM, as directly received by the API.
public class HybridComputeWindowsParameters : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeWindowsParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeWindowsParameters>
type HybridComputeWindowsParameters = class
interface IJsonModel<HybridComputeWindowsParameters>
interface IPersistableModel<HybridComputeWindowsParameters>
Public Class HybridComputeWindowsParameters
Implements IJsonModel(Of HybridComputeWindowsParameters), IPersistableModel(Of HybridComputeWindowsParameters)
- Inheritance
-
HybridComputeWindowsParameters
- Implements
Constructors
HybridComputeWindowsParameters() |
Initializes a new instance of HybridComputeWindowsParameters. |
Properties
ClassificationsToInclude |
The update classifications to select when installing patches for Windows. |
ExcludeKbsRequiringReboot |
Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. |
KbNumbersToExclude |
Kbs to exclude in the patch operation. |
KbNumbersToInclude |
Kbs to include in the patch operation. |
MaxPatchPublishOn |
This is used to install patches that were published on or before this given max published date. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HybridComputeWindowsParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridComputeWindowsParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridComputeWindowsParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridComputeWindowsParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridComputeWindowsParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET