ComputeFleetWindowsVmGuestPatchMode Struct
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.
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.
public readonly struct ComputeFleetWindowsVmGuestPatchMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWindowsVmGuestPatchMode>
type ComputeFleetWindowsVmGuestPatchMode = struct
Public Structure ComputeFleetWindowsVmGuestPatchMode
Implements IEquatable(Of ComputeFleetWindowsVmGuestPatchMode)
- Inheritance
-
ComputeFleetWindowsVmGuestPatchMode
- Implements
Constructors
ComputeFleetWindowsVmGuestPatchMode(String) |
Initializes a new instance of ComputeFleetWindowsVmGuestPatchMode. |
Properties
AutomaticByOS |
The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. |
AutomaticByPlatform |
The virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true. |
Manual |
You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false |
Methods
Equals(ComputeFleetWindowsVmGuestPatchMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ComputeFleetWindowsVmGuestPatchMode, ComputeFleetWindowsVmGuestPatchMode) |
Determines if two ComputeFleetWindowsVmGuestPatchMode values are the same. |
Implicit(String to ComputeFleetWindowsVmGuestPatchMode) |
Converts a String to a ComputeFleetWindowsVmGuestPatchMode. |
Inequality(ComputeFleetWindowsVmGuestPatchMode, ComputeFleetWindowsVmGuestPatchMode) |
Determines if two ComputeFleetWindowsVmGuestPatchMode values are not the same. |
Applies to
Azure SDK for .NET