IVirtualMachine.NetworkAttachment Property

Definition

The list of network attachments to the virtual machine.

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

Property Value

Attributes

Applies to