ListComputeNodeOptions Class
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.
public class ListComputeNodeOptions : Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters
type ListComputeNodeOptions = class
inherit PoolOperationParameters
Public Class ListComputeNodeOptions
Inherits PoolOperationParameters
- Inheritance
Constructors
ListComputeNodeOptions(BatchAccountContext, String, PSCloudPool, IEnumerable<BatchClientBehavior>) |
Properties
AdditionalBehaviors |
Additional client behaviors to perform (Inherited from BatchClientParametersBase) |
ComputeNodeId |
If specified, the single compute node with this id will be returned. |
Context |
The account details (Inherited from BatchClientParametersBase) |
Filter |
The OData filter to use when querying for compute nodes. |
MaxCount |
The maximum number of compute nodes to return. |
Pool |
The PSCloudPool object representing the target pool. (Inherited from PoolOperationParameters) |
PoolId |
The id of the pool. (Inherited from PoolOperationParameters) |
Select |
The OData select clause to use. |