Uses of Class
com.azure.resourcemanager.compute.models.WindowsParameters
Packages that use WindowsParameters
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsParameters in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type WindowsParametersModifier and TypeClassDescriptionfinal classInput for InstallPatches on a Windows VM, as directly received by the API.Methods in com.azure.resourcemanager.compute.models that return WindowsParametersModifier and TypeMethodDescriptionstatic WindowsParametersWindowsParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsParameters from the JsonReader.VirtualMachineInstallPatchesParameters.windowsParameters()Get the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.WindowsParameters.withClassificationsToInclude(List<VMGuestPatchClassificationWindows> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Windows.WindowsParameters.withExcludeKbsRequiringReboot(Boolean excludeKbsRequiringReboot) Set the excludeKbsRequiringReboot property: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.WindowsParameters.withKbNumbersToExclude(List<String> kbNumbersToExclude) Set the kbNumbersToExclude property: Kbs to exclude in the patch operation.WindowsParameters.withKbNumbersToInclude(List<String> kbNumbersToInclude) Set the kbNumbersToInclude property: Kbs to include in the patch operation.WindowsParameters.withMaxPatchPublishDate(OffsetDateTime maxPatchPublishDate) Set the maxPatchPublishDate property: This is used to install patches that were published on or before this given max published date.WindowsParameters.withPatchNameMasksToExclude(List<String> patchNameMasksToExclude) Set the patchNameMasksToExclude property: This is used to exclude patches that match the given patch name masks.WindowsParameters.withPatchNameMasksToInclude(List<String> patchNameMasksToInclude) Set the patchNameMasksToInclude property: This is used to include patches that match the given patch name masks.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withWindowsParameters(WindowsParameters windowsParameters) Set the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.