VlanGroupProperties Class

Definition

Vlan group properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.VlanGroupPropertiesTypeConverter))]
public class VlanGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IVlanGroupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.VlanGroupPropertiesTypeConverter))>]
type VlanGroupProperties = class
    interface IVlanGroupProperties
    interface IJsonSerializable
Public Class VlanGroupProperties
Implements IVlanGroupProperties
Inheritance
VlanGroupProperties
Attributes
Implements

Constructors

Name Description
VlanGroupProperties()

Creates an new VlanGroupProperties instance.

Properties

Name Description
Name

Vlan group name.

Vlan

List of vlans.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VlanGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VlanGroupProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IVlanGroupProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VlanGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to