Share via


NetworkProfileUpdate Class

Definition

Specifies the network interfaces of the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.NetworkProfileUpdateTypeConverter))]
public class NetworkProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.INetworkProfileUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.NetworkProfileUpdateTypeConverter))>]
type NetworkProfileUpdate = class
    interface INetworkProfileUpdate
    interface IJsonSerializable
Public Class NetworkProfileUpdate
Implements INetworkProfileUpdate
Inheritance
NetworkProfileUpdate
Attributes
Implements

Constructors

NetworkProfileUpdate()

Creates an new NetworkProfileUpdate 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 NetworkProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkProfileUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.INetworkProfileUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to