L3NetworkAttachmentConfiguration Class
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.
L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkAttachmentConfigurationTypeConverter))]
public class L3NetworkAttachmentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL3NetworkAttachmentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L3NetworkAttachmentConfigurationTypeConverter))>]
type L3NetworkAttachmentConfiguration = class
interface IL3NetworkAttachmentConfiguration
interface IJsonSerializable
Public Class L3NetworkAttachmentConfiguration
Implements IL3NetworkAttachmentConfiguration
- Inheritance
-
L3NetworkAttachmentConfiguration
- Attributes
- Implements
Constructors
L3NetworkAttachmentConfiguration() |
Creates an new L3NetworkAttachmentConfiguration instance. |
Properties
IpamEnabled |
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. |
NetworkId |
The resource ID of the network that is being configured for attachment. |
PluginType |
The indicator of how this network will be utilized by the Kubernetes cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3NetworkAttachmentConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3NetworkAttachmentConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL3NetworkAttachmentConfiguration. |
FromJsonString(String) |
Creates a new instance of L3NetworkAttachmentConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3NetworkAttachmentConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |