Share via


ImageReference 類別

 

平台部署或 marketplace 映像的相關資訊。

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

繼承階層架構

System.Object
  Microsoft.Azure.Batch.ImageReference

語法

public class ImageReference
public ref class ImageReference 
type ImageReference = class end
Public Class ImageReference

建構函式

名稱 描述
System_CAPS_pubmethod ImageReference(String, String, String, String)

初始化的新執行個體 ImageReference 類別。

屬性

名稱 描述
System_CAPS_pubproperty Offer

取得影像的優惠類型。

System_CAPS_pubproperty Publisher

取得映像的發行者。

System_CAPS_pubproperty SkuId

取得識別碼的映像 Sku。

System_CAPS_pubproperty Version

取得映像的版本。 選取映像的最新版本,可以指定 「 最近的 」 的值。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Azure.Batch 命名空間

回到頁首