ArmNetworkCloudModelFactory.L2NetworkAttachmentConfiguration Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.L2NetworkAttachmentConfiguration L2NetworkAttachmentConfiguration(Azure.Core.ResourceIdentifier networkId = default, Azure.ResourceManager.NetworkCloud.Models.KubernetesPluginType? pluginType = default);
static member L2NetworkAttachmentConfiguration : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.KubernetesPluginType> -> Azure.ResourceManager.NetworkCloud.Models.L2NetworkAttachmentConfiguration
Public Shared Function L2NetworkAttachmentConfiguration (Optional networkId As ResourceIdentifier = Nothing, Optional pluginType As Nullable(Of KubernetesPluginType) = Nothing) As L2NetworkAttachmentConfiguration

Parameters

networkId
ResourceIdentifier

The resource ID of the network that is being configured for attachment.

pluginType
Nullable<KubernetesPluginType>

The indicator of how this network will be utilized by the Kubernetes cluster.

Returns

A new L2NetworkAttachmentConfiguration instance for mocking.

Applies to