Layer2Configuration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common properties for Layer2 Configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.Layer2ConfigurationTypeConverter))]
public class Layer2Configuration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer2Configuration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.Layer2ConfigurationTypeConverter))>]
type Layer2Configuration = class
interface ILayer2Configuration
interface IJsonSerializable
Public Class Layer2Configuration
Implements ILayer2Configuration
- Inheritance
-
Layer2Configuration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Layer2Configuration() |
Creates an new Layer2Configuration instance. |
Properties
| Name | Description |
|---|---|
| Interface |
List of network device interfaces resource IDs. |
| Mtu | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Layer2Configuration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Layer2Configuration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer2Configuration. |
| FromJsonString(String) |
Creates a new instance of Layer2Configuration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Layer2Configuration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |