ArmNetworkCloudModelFactory.TrunkedNetworkAttachmentConfiguration Method

Definition

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

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 TrunkedNetworkAttachmentConfiguration instance for mocking.

Applies to