Share via


IVirtualMachine.Volume Property

Definition

The resource IDs of volumes that are attached to the virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The resource IDs of volumes that are attached to the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="volumes", Update=false)]
public System.Collections.Generic.List<string> Volume { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The resource IDs of volumes that are attached to the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="volumes", Update=false)>]
member this.Volume : System.Collections.Generic.List<string>
Public ReadOnly Property Volume As List(Of String)

Property Value

Attributes

Applies to