Share via


IVirtualMachine.StorageProfileVolumeAttachment 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=false)]
public System.Collections.Generic.List<string> StorageProfileVolumeAttachment { 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=false)>]
member this.StorageProfileVolumeAttachment : System.Collections.Generic.List<string> with get, set
Public Property StorageProfileVolumeAttachment As List(Of String)

Property Value

Attributes

Applies to