ArmNetworkCloudModelFactory.L3NetworkAttachmentConfiguration 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.L3NetworkAttachmentConfiguration L3NetworkAttachmentConfiguration(Azure.ResourceManager.NetworkCloud.Models.L3NetworkConfigurationIpamEnabled? ipamEnabled = default, Azure.Core.ResourceIdentifier networkId = default, Azure.ResourceManager.NetworkCloud.Models.KubernetesPluginType? pluginType = default);
static member L3NetworkAttachmentConfiguration : Nullable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkConfigurationIpamEnabled> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.KubernetesPluginType> -> Azure.ResourceManager.NetworkCloud.Models.L3NetworkAttachmentConfiguration
Public Shared Function L3NetworkAttachmentConfiguration (Optional ipamEnabled As Nullable(Of L3NetworkConfigurationIpamEnabled) = Nothing, Optional networkId As ResourceIdentifier = Nothing, Optional pluginType As Nullable(Of KubernetesPluginType) = Nothing) As L3NetworkAttachmentConfiguration
Parameters
- ipamEnabled
- Nullable<L3NetworkConfigurationIpamEnabled>
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- 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 L3NetworkAttachmentConfiguration instance for mocking.