Udostępnij za pośrednictwem


ComputeNodeExtensionOperationsExtensions.List Method

Definition

Lists the Compute Nodes Extensions in the specified Pool.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension> List (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions computeNodeExtensionListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>
<Extension()>
Public Function List (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, Optional computeNodeExtensionListOptions As ComputeNodeExtensionListOptions = Nothing) As 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

Returns

Applies to