Freigeben über


L2NetworkProperties Class

Definition

L2NetworkProperties represents properties of the L2 network.

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

Constructors

L2NetworkProperties()

Creates an new L2NetworkProperties instance.

Properties

AssociatedResourceId

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

ClusterId

The resource ID of the Network Cloud cluster this L2 network is associated with.

DetailedStatus

The more detailed status of the L2 network.

DetailedStatusMessage

The descriptive message about the current detailed status.

HybridAksClustersAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.

HybridAksPluginType

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

InterfaceName

The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.

L2IsolationDomainId

The resource ID of the Network Fabric l2IsolationDomain.

ProvisioningState

The provisioning state of the L2 network.

VirtualMachinesAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of L2NetworkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L2NetworkProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of L2NetworkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to