共用方式為


ImageReference.VirtualMachineImageId 屬性

定義

取得或設定自訂 VM 映射資源識別碼。

[Newtonsoft.Json.JsonProperty(PropertyName="virtualMachineImageId")]
public string VirtualMachineImageId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="virtualMachineImageId")>]
member this.VirtualMachineImageId : string with get, set
Public Property VirtualMachineImageId As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

計算節點虛擬機器映射的 ARM 資源識別碼。 此格式為 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}。 虛擬機器映射必須位於與叢集相同的區域和訂用帳戶中。 如需 Batch-節點代理程式與 Batch 服務通訊之防火牆設定的相關資訊,請參閱 https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. 請注意,您必須提供自訂映射衍生自的基底 OS 映射發行者、供應專案和 SKU。

適用於