다음을 통해 공유


JobPropertiesConstraints 생성자

정의

오버로드

JobPropertiesConstraints()

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

JobPropertiesConstraints(Nullable<TimeSpan>)

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

JobPropertiesConstraints()

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

public JobPropertiesConstraints ();
Public Sub New ()

적용 대상

JobPropertiesConstraints(Nullable<TimeSpan>)

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

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

매개 변수

maxWallClockTime
Nullable<TimeSpan>

최대 벽 클록 시간입니다.

적용 대상