NetworkProfileUpdate Class

Definition

NetworkProfile - describes the network update configuration the virtual machine instance

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkProfileUpdateTypeConverter))]
public class NetworkProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkProfileUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.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

NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance

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