public interface AutoscaleSetting extends GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager,com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner>, Refreshable<AutoscaleSetting>, Updatable<AutoscaleSetting.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
AutoscaleSetting.Definition
The entirety of an autoscale setting definition.
|
static interface |
AutoscaleSetting.DefinitionStages
Grouping of autoscale setting definition stages.
|
static interface |
AutoscaleSetting.Update
Grouping of autoscale setting update stages.
|
static interface |
AutoscaleSetting.UpdateStages
Grouping of autoscale setting update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
boolean |
adminEmailNotificationEnabled()
Get a value indicating whether to send email to subscription administrator.
|
boolean |
autoscaleEnabled()
Get the enabled flag.
|
boolean |
coAdminEmailNotificationEnabled()
Get a value indicating whether to send email to subscription co-administrators.
|
List<String> |
customEmailsNotification()
Get the custom e-mails list.
|
Map<String,AutoscaleProfile> |
profiles()
Gets the autoscale profiles in the current autoscale setting.
|
String |
targetResourceId()
Get the resource identifier of the resource that the autoscale setting should be added to.
|
String |
webhookNotification()
Get the service address to receive the notification.
|
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
String targetResourceId()
Map<String,AutoscaleProfile> profiles()
boolean autoscaleEnabled()
boolean adminEmailNotificationEnabled()
boolean coAdminEmailNotificationEnabled()
List<String> customEmailsNotification()
String webhookNotification()
Copyright © 2019. All rights reserved.