
com.pulumi.azurenative.insights.inputs.AutoscaleProfileArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.insights.inputs;
import com.pulumi.azurenative.insights.inputs.RecurrenceArgs;
import com.pulumi.azurenative.insights.inputs.ScaleCapacityArgs;
import com.pulumi.azurenative.insights.inputs.ScaleRuleArgs;
import com.pulumi.azurenative.insights.inputs.TimeWindowArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Autoscale profile.
*
*/
public final class AutoscaleProfileArgs extends com.pulumi.resources.ResourceArgs {
public static final AutoscaleProfileArgs Empty = new AutoscaleProfileArgs();
/**
* the number of instances that can be used during this profile.
*
*/
@Import(name="capacity", required=true)
private Output capacity;
/**
* @return the number of instances that can be used during this profile.
*
*/
public Output capacity() {
return this.capacity;
}
/**
* the specific date-time for the profile. This element is not used if the Recurrence element is used.
*
*/
@Import(name="fixedDate")
private @Nullable Output fixedDate;
/**
* @return the specific date-time for the profile. This element is not used if the Recurrence element is used.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy