Microsoft.Azure.Commands.Batch.Models.NewComputeNodeUserParameters.NewComputeNodeUserParameters C# (CSharp) Method

NewComputeNodeUserParameters() public method

public NewComputeNodeUserParameters ( BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
poolId string
computeNodeId string
computeNode PSComputeNode
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch
        public NewComputeNodeUserParameters(BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode,
            IEnumerable<BatchClientBehavior> additionalBehaviors = null)
            : base(context, poolId, computeNodeId, computeNode, additionalBehaviors)
        { }
NewComputeNodeUserParameters