### YamlMime:JavaType uid: "com.microsoft.azure.management.monitor.AutoscaleSetting" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting" name: "AutoscaleSetting" nameWithType: "AutoscaleSetting" summary: "An immutable client-side representation of an Azure autoscale setting." syntax: "public interface **AutoscaleSetting**
extends <,>, <>, <>" methods: - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.adminEmailNotificationEnabled()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.adminEmailNotificationEnabled()" name: "adminEmailNotificationEnabled()" nameWithType: "AutoscaleSetting.adminEmailNotificationEnabled()" summary: "Get a value indicating whether to send email to subscription administrator." modifiers: - "abstract" syntax: "public abstract boolean adminEmailNotificationEnabled()" desc: "Get a value indicating whether to send email to subscription administrator." returns: description: "the sendToSubscriptionAdministrator value." type: "" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.autoscaleEnabled()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.autoscaleEnabled()" name: "autoscaleEnabled()" nameWithType: "AutoscaleSetting.autoscaleEnabled()" summary: "Get the enabled flag." modifiers: - "abstract" syntax: "public abstract boolean autoscaleEnabled()" desc: "Get the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'." returns: description: "the enabled value." type: "" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.coAdminEmailNotificationEnabled()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.coAdminEmailNotificationEnabled()" name: "coAdminEmailNotificationEnabled()" nameWithType: "AutoscaleSetting.coAdminEmailNotificationEnabled()" summary: "Get a value indicating whether to send email to subscription co-administrators." modifiers: - "abstract" syntax: "public abstract boolean coAdminEmailNotificationEnabled()" desc: "Get a value indicating whether to send email to subscription co-administrators." returns: description: "the sendToSubscriptionCoAdministrators value" type: "" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.customEmailsNotification()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.customEmailsNotification()" name: "customEmailsNotification()" nameWithType: "AutoscaleSetting.customEmailsNotification()" summary: "Get the custom e-mails list." modifiers: - "abstract" syntax: "public abstract List customEmailsNotification()" desc: "Get the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored." returns: description: "the customEmails value." type: "<>" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.profiles()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.profiles()" name: "profiles()" nameWithType: "AutoscaleSetting.profiles()" summary: "Gets the autoscale profiles in the current autoscale setting." modifiers: - "abstract" syntax: "public abstract Map profiles()" desc: "Gets the autoscale profiles in the current autoscale setting." returns: description: "autoscale profiles in the current autoscale setting, indexed by name" type: "<,>" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.targetResourceId()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.targetResourceId()" name: "targetResourceId()" nameWithType: "AutoscaleSetting.targetResourceId()" summary: "Get the resource identifier of the resource that the autoscale setting should be added to." modifiers: - "abstract" syntax: "public abstract String targetResourceId()" desc: "Get the resource identifier of the resource that the autoscale setting should be added to." returns: description: "the targetResourceUri value." type: "" - uid: "com.microsoft.azure.management.monitor.AutoscaleSetting.webhookNotification()" fullName: "com.microsoft.azure.management.monitor.AutoscaleSetting.webhookNotification()" name: "webhookNotification()" nameWithType: "AutoscaleSetting.webhookNotification()" summary: "Get the service address to receive the notification." modifiers: - "abstract" syntax: "public abstract String webhookNotification()" desc: "Get the service address to receive the notification." returns: description: "the serviceUri value." type: "" type: "interface" desc: "An immutable client-side representation of an Azure autoscale setting." implements: - "<,>" - "<>" - "<>" metadata: {} package: "com.microsoft.azure.management.monitor" artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4