| Modifier and Type | Interface and Description |
|---|---|
static interface |
AutoscaleSetting.Definition
The entirety of an autoscale setting definition.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSetting.DefinitionStages.WithCreate |
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications.withAdminEmailNotification()
Specifies that an email should be send to subscription administrator.
|
AutoscaleSetting.DefinitionStages.WithCreate |
AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled.withAutoscaleDisabled()
Set the current autoscale in the disabled state.
|
AutoscaleSetting.DefinitionStages.WithCreate |
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications.withCoAdminEmailNotification()
Specifies that an email should be send to subscription co-administrator.
|
AutoscaleSetting.DefinitionStages.WithCreate |
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications.withCustomEmailsNotification(String... customEmailAddresses)
Specifies that an email should be send to custom email addresses.
|
AutoscaleSetting.DefinitionStages.WithCreate |
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications.withWebhookNotification(String serviceUri)
Set the service address to receive the notification.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/