次の方法で共有


ImageReference.Id プロパティ

定義

Shared Image Gallery Image の ARM リソース識別子を取得または設定します。 プール内のコンピューティング ノードは、このイメージ ID を使用して作成されます。これは、/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/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

注釈

このプロパティは、他のプロパティと相互に排他的です。 Shared Image Gallery イメージには、Azure Batch アカウントと同じリージョンにレプリカが必要です。 Batch ノード エージェントが Batch サービスと通信するためのファイアウォール設定の詳細については、次を参照してください。 https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.

適用対象