共用方式為


ImageReference.Id 屬性

定義

取得或設定共用映射庫映射的 ARM 資源識別碼。 將會使用此映射識別碼來建立集區中的計算節點。這是 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{imageDefinitionName}/versions/{versionId}的格式。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

此屬性與其他屬性互斥。 共用映射庫映射必須在與Azure Batch帳戶相同的區域中擁有複本。 如需 Batch-節點代理程式與 Batch 服務通訊之防火牆設定的相關資訊,請參閱 https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.

適用於