DeviceInterfaceProperties 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.
Network device interface properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.DeviceInterfacePropertiesTypeConverter))]
public class DeviceInterfaceProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IDeviceInterfaceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.DeviceInterfacePropertiesTypeConverter))>]
type DeviceInterfaceProperties = class
interface IDeviceInterfaceProperties
interface IJsonSerializable
Public Class DeviceInterfaceProperties
Implements IDeviceInterfaceProperties
- Inheritance
-
DeviceInterfaceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DeviceInterfaceProperties() |
Creates an new DeviceInterfaceProperties instance. |
Properties
| Name | Description |
|---|---|
| Identifier |
Interface identifier. Example: HundredGigE0/0. |
| InterfaceType |
Interface type. |
| SupportedConnectorType |
List of supported connector types. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeviceInterfaceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeviceInterfaceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IDeviceInterfaceProperties. |
| FromJsonString(String) |
Creates a new instance of DeviceInterfaceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeviceInterfaceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |