CloudPool.VirtualMachineConfiguration Property

Definition

Gets or sets the virtual machine configuration for the Pool.

[Newtonsoft.Json.JsonProperty(PropertyName="virtualMachineConfiguration")]
public Microsoft.Azure.Batch.Protocol.Models.VirtualMachineConfiguration VirtualMachineConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="virtualMachineConfiguration")>]
member this.VirtualMachineConfiguration : Microsoft.Azure.Batch.Protocol.Models.VirtualMachineConfiguration with get, set
Public Property VirtualMachineConfiguration As VirtualMachineConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.

Applies to