Freigeben über


L3NetworkProperties Class

Definition

L3NetworkProperties represents properties of the L3 network.

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

Constructors

L3NetworkProperties()

Creates an new L3NetworkProperties 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 L3 network is associated with.

DetailedStatus

The more detailed status of the L3 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 IDs that are associated with this L3 network.

HybridAksIpamEnabled

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.

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 L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.

IPAllocationType

The type of the IP address allocation, defaulted to "DualStack".

Ipv4ConnectedPrefix

The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.

Ipv6ConnectedPrefix

The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.

L3IsolationDomainId

The resource ID of the Network Fabric l3IsolationDomain.

ProvisioningState

The provisioning state of the L3 network.

VirtualMachinesAssociatedId

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

Vlan

The VLAN from the l3IsolationDomain that is used for this network.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of L3NetworkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L3NetworkProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of L3NetworkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to