Bagikan melalui


PoolAddParameter.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 must be specified.

Applies to