次の方法で共有


ComputeNode.Errors プロパティ

定義

コンピューティング ノードで現在発生しているエラーの一覧を取得します。

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.ComputeNodeError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.ComputeNodeError>
Public ReadOnly Property Errors As IReadOnlyList(Of ComputeNodeError)

プロパティ値

適用対象