ApplianceNetworkConfiguration 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.
The Network Adapter configuration of a DataBox.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ApplianceNetworkConfigurationTypeConverter))]
public class ApplianceNetworkConfiguration : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IApplianceNetworkConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ApplianceNetworkConfigurationTypeConverter))>]
type ApplianceNetworkConfiguration = class
interface IApplianceNetworkConfiguration
interface IJsonSerializable
Public Class ApplianceNetworkConfiguration
Implements IApplianceNetworkConfiguration
- Inheritance
-
ApplianceNetworkConfiguration
- Attributes
- Implements
Constructors
ApplianceNetworkConfiguration() |
Creates an new ApplianceNetworkConfiguration instance. |
Properties
MacAddress |
Mac Address. |
Name |
Name of the network. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplianceNetworkConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplianceNetworkConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IApplianceNetworkConfiguration. |
FromJsonString(String) |
Creates a new instance of ApplianceNetworkConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplianceNetworkConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |