Freigeben über


L2NetworkAttachmentConfiguration Class

Definition

L2NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 2 network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkAttachmentConfigurationTypeConverter))]
public class L2NetworkAttachmentConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkAttachmentConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.L2NetworkAttachmentConfigurationTypeConverter))>]
type L2NetworkAttachmentConfiguration = class
    interface IL2NetworkAttachmentConfiguration
    interface IJsonSerializable
Public Class L2NetworkAttachmentConfiguration
Implements IL2NetworkAttachmentConfiguration
Inheritance
L2NetworkAttachmentConfiguration
Attributes
Implements

Constructors

L2NetworkAttachmentConfiguration()

Creates an new L2NetworkAttachmentConfiguration instance.

Properties

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 L2NetworkAttachmentConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L2NetworkAttachmentConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IL2NetworkAttachmentConfiguration.

FromJsonString(String)

Creates a new instance of L2NetworkAttachmentConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of L2NetworkAttachmentConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to