VirtualMachineUpdate.NetworkProfile Property

Definition

Gets or sets specifies the network interfaces of the virtual machine.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkProfile")]
public Microsoft.Azure.Management.Compute.Models.NetworkProfile NetworkProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkProfile")>]
member this.NetworkProfile : Microsoft.Azure.Management.Compute.Models.NetworkProfile with get, set
Public Property NetworkProfile As NetworkProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to