Disk.ManagedByExtended Property

Definition

Gets list of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.

[Newtonsoft.Json.JsonProperty(PropertyName="managedByExtended")]
public System.Collections.Generic.IList<string> ManagedByExtended { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managedByExtended")>]
member this.ManagedByExtended : System.Collections.Generic.IList<string>
Public ReadOnly Property ManagedByExtended As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to