VirtualMachineInstancePropertiesNetworkProfile Class

Definition

NetworkProfile - describes the network configuration the virtual machine instance

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

Constructors

VirtualMachineInstancePropertiesNetworkProfile()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineInstancePropertiesNetworkProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineInstancePropertiesNetworkProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to