NetworkProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NetworkProfile() | |
NetworkProfile(IList<NetworkInterfaceReference>) |
NetworkProfile()
public NetworkProfile ();
Public Sub New ()
Applies to
NetworkProfile(IList<NetworkInterfaceReference>)
public NetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference> networkInterfaces = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile
Public Sub New (Optional networkInterfaces As IList(Of NetworkInterfaceReference) = Nothing)
Parameters
- networkInterfaces
- IList<NetworkInterfaceReference>