Share via


IStorageProfile.VolumeAttachment Property

Definition

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

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

Property Value

Attributes

Applies to