Compartir a través de


VirtualMachineReimageParameters.TempDisk Propiedad

Definición

Obtiene o establece especifica si se va a restablecer la imagen inicial del disco temporal. Valor predeterminado: false. Nota: Este parámetro temp disk reimage solo se admite para VM/VMSS con disco del sistema operativo efímero.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a