JobBasePropertiesConstraints 생성자

정의

오버로드

JobBasePropertiesConstraints()

JobBasePropertiesConstraints 클래스의 새 instance 초기화합니다.

JobBasePropertiesConstraints(Nullable<TimeSpan>)

JobBasePropertiesConstraints 클래스의 새 instance 초기화합니다.

JobBasePropertiesConstraints()

JobBasePropertiesConstraints 클래스의 새 instance 초기화합니다.

public JobBasePropertiesConstraints ();
Public Sub New ()

적용 대상

JobBasePropertiesConstraints(Nullable<TimeSpan>)

JobBasePropertiesConstraints 클래스의 새 instance 초기화합니다.

public JobBasePropertiesConstraints (TimeSpan? maxWallClockTime = default);
new Microsoft.Azure.Management.BatchAI.Models.JobBasePropertiesConstraints : Nullable<TimeSpan> -> Microsoft.Azure.Management.BatchAI.Models.JobBasePropertiesConstraints
Public Sub New (Optional maxWallClockTime As Nullable(Of TimeSpan) = Nothing)

매개 변수

maxWallClockTime
Nullable<TimeSpan>

최대 벽 클록 시간입니다.

적용 대상