Share via


IVirtualMachine.NetworkAttachment Property

Definition

The list of network attachments to the virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of network attachments to the virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkAttachments", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment> NetworkAttachment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of network attachments to the virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkAttachments", Update=false)>]
member this.NetworkAttachment : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment> with get, set
Public Property NetworkAttachment As List(Of INetworkAttachment)

Property Value

Attributes

Applies to