102 строки
8.9 KiB
YAML
102 строки
8.9 KiB
YAML
### 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**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner?alt=com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner&text=AutoscaleSettingResourceInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting?alt=com.microsoft.azure.management.monitor.AutoscaleSetting&text=AutoscaleSetting\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting.Update?alt=com.microsoft.azure.management.monitor.AutoscaleSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
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: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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<String> 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: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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<String,AutoscaleProfile> profiles()"
|
|
desc: "Gets the autoscale profiles in the current autoscale setting."
|
|
returns:
|
|
description: "autoscale profiles in the current autoscale setting, indexed by name"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile?alt=com.microsoft.azure.management.monitor.AutoscaleProfile&text=AutoscaleProfile\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure autoscale setting."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner?alt=com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner&text=AutoscaleSettingResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting?alt=com.microsoft.azure.management.monitor.AutoscaleSetting&text=AutoscaleSetting\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting.Update?alt=com.microsoft.azure.management.monitor.AutoscaleSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|