CloudPool.ApplicationLicenses プロパティ

定義

Batch サービスがプール内の各コンピューティング ノードで使用できるようにするアプリケーション ライセンスの一覧を取得または設定します。

public System.Collections.Generic.IList<string> ApplicationLicenses { get; set; }
member this.ApplicationLicenses : System.Collections.Generic.IList<string> with get, set
Public Property ApplicationLicenses As IList(Of String)

プロパティ値

注釈

アプリケーション ライセンスの一覧は、使用可能な Batch サービス アプリケーション ライセンスのサブセットである必要があります。

プールで使用できるライセンスは、'maya'、'vray'、'3dsmax'、'arnold' です。 プールに追加されたアプリケーション ライセンスごとに追加料金が適用されます。

適用対象