VirtualMachineNetworkProfile 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.
Specifies the network interfaces or the networking configuration of the virtual machine.
public class VirtualMachineNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.VirtualMachineNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.VirtualMachineNetworkProfile>
type VirtualMachineNetworkProfile = class
interface IJsonModel<VirtualMachineNetworkProfile>
interface IPersistableModel<VirtualMachineNetworkProfile>
Public Class VirtualMachineNetworkProfile
Implements IJsonModel(Of VirtualMachineNetworkProfile), IPersistableModel(Of VirtualMachineNetworkProfile)
- Inheritance
-
VirtualMachineNetworkProfile
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualMachineNetworkProfile() |
Initializes a new instance of VirtualMachineNetworkProfile. |
Properties
| Name | Description |
|---|---|
| NetworkApiVersion |
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations. |
| NetworkInterfaceConfigurations |
Specifies the networking configurations that will be used to create the virtual machine networking resources. |
| NetworkInterfaces |
Specifies the list of resource Ids for the network interfaces associated with the virtual machine. |