Share via


VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem Class

Definition

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

Constructors

VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem()

Creates an new VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem instance.

Properties

Id

ID - Resource Id of the network interface

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to