Freigeben über


NetworkProfile Class

Definition

Describes the network information on this machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkProfileTypeConverter))]
public class NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkProfileTypeConverter))>]
type NetworkProfile = class
    interface INetworkProfile
    interface IJsonSerializable
Public Class NetworkProfile
Implements INetworkProfile
Inheritance
NetworkProfile
Attributes
Implements

Constructors

NetworkProfile()

Creates an new NetworkProfile instance.

Properties

NetworkInterface

The list of network interfaces.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to