VirtualMachineInstancePropertiesNetworkProfile 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.
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() |