VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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() |