你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HybridComputeWindowsParameters Class

Definition

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