ComputeNodeExtensionOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the Compute Nodes Extensions in the specified Pool.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>> ListAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions computeNodeExtensionListOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>>
<Extension()>
Public Function ListAsync (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, Optional computeNodeExtensionListOptions As ComputeNodeExtensionListOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NodeVMExtension))
Parameters
- operations
- IComputeNodeExtensionOperations
The operations group for this extension method.
- poolId
- String
The ID of the Pool that contains Compute Node.
- nodeId
- String
The ID of the Compute Node that you want to list extensions.
- computeNodeExtensionListOptions
- ComputeNodeExtensionListOptions
Additional parameters for the operation
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET