Freigeben über


ComputeNodeExtensionOperationsExtensions.List Methode

Definition

Listet die Computeknotenerweiterungen im angegebenen Pool auf.

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)

Parameter

operations
IComputeNodeExtensionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

poolId
String

Die ID des Pools, der den Computeknoten enthält.

nodeId
String

Die ID des Computeknotens, den Sie erweiterungen auflisten möchten.

computeNodeExtensionListOptions
ComputeNodeExtensionListOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: