### YamlMime:JavaType uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile" name: "AutoscaleProfile" nameWithType: "AutoscaleProfile" summary: "An immutable client-side representation of an Azure autoscale profile." syntax: "public interface **AutoscaleProfile**
extends <>, <>, " methods: - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.defaultInstanceCount()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.defaultInstanceCount()" name: "defaultInstanceCount()" nameWithType: "AutoscaleProfile.defaultInstanceCount()" summary: "Get the number of instances that will be set if metrics are not available for evaluation." modifiers: - "abstract" syntax: "public abstract int defaultInstanceCount()" desc: "Get the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default." returns: description: "the defaultProperty value." type: "" - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.fixedDateSchedule()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.fixedDateSchedule()" name: "fixedDateSchedule()" nameWithType: "AutoscaleProfile.fixedDateSchedule()" summary: "Get the specific date-time for the profile." modifiers: - "abstract" syntax: "public abstract TimeWindow fixedDateSchedule()" desc: "Get the specific date-time for the profile. This element is not used if the Recurrence element is used." returns: description: "the fixedDate value." type: "" - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.maxInstanceCount()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.maxInstanceCount()" name: "maxInstanceCount()" nameWithType: "AutoscaleProfile.maxInstanceCount()" summary: "Get the maximum number of instances for the resource." modifiers: - "abstract" syntax: "public abstract int maxInstanceCount()" desc: "Get the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription." returns: description: "the maximum value." type: "" - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.minInstanceCount()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.minInstanceCount()" name: "minInstanceCount()" nameWithType: "AutoscaleProfile.minInstanceCount()" summary: "Get the minimum number of instances for the resource." modifiers: - "abstract" syntax: "public abstract int minInstanceCount()" desc: "Get the minimum number of instances for the resource." returns: description: "the minimum value." type: "" - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.recurrentSchedule()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.recurrentSchedule()" name: "recurrentSchedule()" nameWithType: "AutoscaleProfile.recurrentSchedule()" summary: "Get the repeating times at which this profile begins." modifiers: - "abstract" syntax: "public abstract Recurrence recurrentSchedule()" desc: "Get the repeating times at which this profile begins. This element is not used if the FixedDate element is used." returns: description: "the recurrence value." type: "" - uid: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.rules()" fullName: "com.azure.resourcemanager.monitor.models.AutoscaleProfile.rules()" name: "rules()" nameWithType: "AutoscaleProfile.rules()" summary: "Get the collection of rules that provide the triggers and parameters for the scaling action." modifiers: - "abstract" syntax: "public abstract List rules()" desc: "Get the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified." returns: description: "the rules value." type: "List<>" type: "interface" desc: "An immutable client-side representation of an Azure autoscale profile." implements: - "" - "<>" - "<>" metadata: {} package: "com.azure.resourcemanager.monitor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0