你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplianceNetworkConfiguration Class

Definition

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.

Applies to