你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PoolOperations.ListComputeNodeExtensions 方法

定义

枚举指定 ComputeNode扩展

public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeVMExtension> ListComputeNodeExtensions (string poolId, string nodeId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListComputeNodeExtensions : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeVMExtension>
Public Function ListComputeNodeExtensions (poolId As String, nodeId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of NodeVMExtension)

参数

poolId
String

扩展所属的 ID。

nodeId
String

返回的 ComputeNode 扩展的 的 ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

应用于 之后的 Batch 服务请求的实例集合BatchClientBehaviorCustomBehaviors

返回

IPagedEnumerable<T>可用于异步或同步枚举证书的 。

注解

此方法会立即返回;仅当枚举集合时,才会从 Batch 服务检索证书。 检索是非原子的;在枚举集合期间,在页中检索证书。

适用于