다음을 통해 공유


PoolPatchParameter.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.

This field can be updated only when the pool is empty.

Applies to