Share via


NetworkProfile Class

Definition

Specifies the network interfaces of the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.NetworkProfileTypeConverter))]
public class NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.INetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.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

Gets or sets the list of network interfaces associated with the virtual machine.

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.ConnectedVMware.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