Compartir a través de


OSProfile.AllowExtensionOperations Propiedad

Definición

Obtiene o establece especifica si se deben permitir operaciones de extensión en la máquina virtual. <br>& lt;br> Esto solo se puede establecer en False cuando no hay extensiones presentes en la máquina virtual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a