ApplicationSummary.Versions 屬性
取得可用的應用程式版本的唯讀清單。
命名空間: Microsoft.Azure.Batch
組件: Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)
語法
public IReadOnlyList<string> Versions { get; }
public:
property IReadOnlyList<String^>^ Versions {
IReadOnlyList<String^>^ get();
}
member Versions : IReadOnlyList<string> with get
Public ReadOnly Property Versions As IReadOnlyList(Of String)
屬性值
Type: System.Collections.Generic.IReadOnlyList<String>
請參閱
ApplicationSummary 類別
Microsoft.Azure.Batch 命名空間
回到頁首