PoolOperations.ListNodeAgentSkus Method

Definition

Enumerates the node agent Sku values supported by Batch Service.

public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeAgentSku> ListNodeAgentSkus (Microsoft.Azure.Batch.DetailLevel detailLevel = null, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = null);
Parameters
detailLevel
DetailLevel

A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.

additionalBehaviors
IEnumerable<BatchClientBehavior>

A collection of BatchClientBehavior instances that are applied to the Batch service request after the CustomBehaviors and detailLevel.

Returns

An IPagedEnumerable<T> that can be used to enumerate node agent sku values asynchronously or synchronously.