ArmNetworkCloudModelFactory.AttachedNetworkConfiguration Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.AttachedNetworkConfiguration AttachedNetworkConfiguration(System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.L2NetworkAttachmentConfiguration> l2Networks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkAttachmentConfiguration> l3Networks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.TrunkedNetworkAttachmentConfiguration> trunkedNetworks = default);
static member AttachedNetworkConfiguration : seq<Azure.ResourceManager.NetworkCloud.Models.L2NetworkAttachmentConfiguration> * seq<Azure.ResourceManager.NetworkCloud.Models.L3NetworkAttachmentConfiguration> * seq<Azure.ResourceManager.NetworkCloud.Models.TrunkedNetworkAttachmentConfiguration> -> Azure.ResourceManager.NetworkCloud.Models.AttachedNetworkConfiguration
Public Shared Function AttachedNetworkConfiguration (Optional l2Networks As IEnumerable(Of L2NetworkAttachmentConfiguration) = Nothing, Optional l3Networks As IEnumerable(Of L3NetworkAttachmentConfiguration) = Nothing, Optional trunkedNetworks As IEnumerable(Of TrunkedNetworkAttachmentConfiguration) = Nothing) As AttachedNetworkConfiguration
Parameters
- l2Networks
- IEnumerable<L2NetworkAttachmentConfiguration>
The list of Layer 2 Networks and related configuration for attachment.
- l3Networks
- IEnumerable<L3NetworkAttachmentConfiguration>
The list of Layer 3 Networks and related configuration for attachment.
- trunkedNetworks
- IEnumerable<TrunkedNetworkAttachmentConfiguration>
The list of Trunked Networks and related configuration for attachment.
Returns
A new AttachedNetworkConfiguration instance for mocking.