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

VirtualMachine.ManagedBy Property

Definition

Gets managedBy is set to Virtual Machine Scale Set(VMSS) flex ARM resourceID, if the VM is part of the VMSS. This property is used by platform for internal resource group delete optimization.

[Newtonsoft.Json.JsonProperty(PropertyName="managedBy")]
public string ManagedBy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managedBy")>]
member this.ManagedBy : string
Public ReadOnly Property ManagedBy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to