Cluster.VirtualMachineConfiguration Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar eller ställer in vm-konfiguration.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineConfiguration")]
public Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration VirtualMachineConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineConfiguration")>]
member this.VirtualMachineConfiguration : Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration with get, set
Public Property VirtualMachineConfiguration As VirtualMachineConfiguration
Egenskapsvärde
- Attribut
-
Newtonsoft.Json.JsonPropertyAttribute
Kommentarer
Konfiguration av virtuella datorer (OS-avbildning) för beräkningsnoderna. Alla noder i ett kluster har samma operativsystemavbildningskonfiguration.
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET