共用方式為


ImageReference 建構函式 (String, String, String, String)

 

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

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

語法

public ImageReference(
    string offer,
    string publisher,
    string skuId,
    string version = null
)
public:
ImageReference(
    String^ offer,
    String^ publisher,
    String^ skuId,
    String^ version = null
)
new : 
        offer:string *
        publisher:string *
        skuId:string *
        version:string = null -> ImageReference
Public Sub New (
    offer As String,
    publisher As String,
    skuId As String,
    version As String
)

參數

  • version
    Type: System.String

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

請參閱

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

回到頁首