Share via


AttachedNetworkConfiguration Class

Definition

AttachedNetworkConfiguration represents the set of workload networks to attach to a resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.AttachedNetworkConfigurationTypeConverter))]
public class AttachedNetworkConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAttachedNetworkConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.AttachedNetworkConfigurationTypeConverter))>]
type AttachedNetworkConfiguration = class
    interface IAttachedNetworkConfiguration
    interface IJsonSerializable
Public Class AttachedNetworkConfiguration
Implements IAttachedNetworkConfiguration
Inheritance
AttachedNetworkConfiguration
Attributes
Implements

Constructors

Name Description
AttachedNetworkConfiguration()

Creates an new AttachedNetworkConfiguration instance.

Properties

Name Description
L2Network

The list of Layer 2 Networks and related configuration for attachment.

L3Network

The list of Layer 3 Networks and related configuration for attachment.

TrunkedNetwork

The list of Trunked Networks and related configuration for attachment.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttachedNetworkConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttachedNetworkConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAttachedNetworkConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttachedNetworkConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to