Class JobCollectionQuotaResponse
- java.lang.Object
-
- com.pulumi.azurenative.scheduler.outputs.JobCollectionQuotaResponse
-
public final class JobCollectionQuotaResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobCollectionQuotaResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobCollectionQuotaResponse.Builder
builder()
static JobCollectionQuotaResponse.Builder
builder(JobCollectionQuotaResponse defaults)
java.util.Optional<java.lang.Integer>
maxJobCount()
java.util.Optional<java.lang.Integer>
maxJobOccurrence()
java.util.Optional<JobMaxRecurrenceResponse>
maxRecurrence()
-
-
-
Method Detail
-
maxJobCount
public java.util.Optional<java.lang.Integer> maxJobCount()
- Returns:
- Gets or set the maximum job count.
-
maxJobOccurrence
public java.util.Optional<java.lang.Integer> maxJobOccurrence()
- Returns:
- Gets or sets the maximum job occurrence.
-
maxRecurrence
public java.util.Optional<JobMaxRecurrenceResponse> maxRecurrence()
- Returns:
- Gets or set the maximum recurrence.
-
builder
public static JobCollectionQuotaResponse.Builder builder()
-
builder
public static JobCollectionQuotaResponse.Builder builder(JobCollectionQuotaResponse defaults)
-
-