你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeFleetLinuxConfiguration.IsVmAgentProvisioned Property

Definition

Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.

public bool? IsVmAgentProvisioned { get; set; }
member this.IsVmAgentProvisioned : Nullable<bool> with get, set
Public Property IsVmAgentProvisioned As Nullable(Of Boolean)

Property Value

Applies to