共用方式為


VirtualMachineConfiguration.ImageReference 屬性

 

取得或設定要使用的平台部署或 marketplace 映像的相關資訊。

命名空間:   Microsoft.Azure.Batch
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

語法

public ImageReference ImageReference { get; set; }
public:
property ImageReference^ ImageReference {
    ImageReference^ get();
    void set(ImageReference^ value);
}
member ImageReference : ImageReference with get, set
Public Property ImageReference As ImageReference

屬性值

Type: Microsoft.Azure.Batch.ImageReference

請參閱

VirtualMachineConfiguration 類別
Microsoft.Azure.Batch 命名空間

回到頁首