C# Class Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSTaskConstraints ( System maxWallClockTime = null, System retentionTime = null, System maxTaskRetryCount = null ) : System

Private Methods

Method Description
PSTaskConstraints ( Microsoft omObject ) : System

Method Details

PSTaskConstraints() public method

public PSTaskConstraints ( System maxWallClockTime = null, System retentionTime = null, System maxTaskRetryCount = null ) : System
maxWallClockTime System
retentionTime System
maxTaskRetryCount System
return System