Compartir a través de


PatchSettings.EnableHotpatching Propiedad

Definición

Obtiene o establece permite a los clientes aplicar revisiones a sus máquinas virtuales de Azure sin necesidad de reiniciar. Para enableHotpatching, 'provisionVMAgent' debe establecerse en true y 'patchMode' debe establecerse en 'AutomaticByPlatform'.

[Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")]
public bool? EnableHotpatching { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableHotpatching")>]
member this.EnableHotpatching : Nullable<bool> with get, set
Public Property EnableHotpatching As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a