ArmNetworkCloudModelFactory.TrunkedNetworkAttachmentConfiguration 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.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.