Share via


StartTaskInformation.ContainerInformation プロパティ

定義

タスクが実行されているコンテナーに関する情報を取得します。

public Microsoft.Azure.Batch.TaskContainerExecutionInformation ContainerInformation { get; }
member this.ContainerInformation : Microsoft.Azure.Batch.TaskContainerExecutionInformation
Public ReadOnly Property ContainerInformation As TaskContainerExecutionInformation

プロパティ値

注釈

このプロパティは、タスクがコンテナー コンテキストで実行されている場合にのみ設定されます。

適用対象