AddAzureVMNetworkInterfaceCommand.NetworkInterface Property

Definition

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="GetNicFromNicObject", Position=1, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.List<Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference> NetworkInterface { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="GetNicFromNicObject", Position=1, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.NetworkInterface : System.Collections.Generic.List<Microsoft.Azure.Management.Internal.Network.Common.INetworkInterfaceReference> with get, set
Public Property NetworkInterface As List(Of INetworkInterfaceReference)

Property Value

List<INetworkInterfaceReference>
Attributes

Applies to