Interface AutoscaleSetting.DefinitionStages.WithCreate
-
- All Superinterfaces:
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications,AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles,AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled,com.microsoft.azure.management.resources.fluentcore.model.Creatable<AutoscaleSetting>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
AutoscaleSetting.Definition
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<AutoscaleSetting>, AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles, AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications, AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled
The stage of the definition which allows autoscale setting creation.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.monitor.AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications
withAdminEmailNotification, withCoAdminEmailNotification, withCustomEmailsNotification, withWebhookNotification
-
Methods inherited from interface com.microsoft.azure.management.monitor.AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles
defineAutoscaleProfile
-
Methods inherited from interface com.microsoft.azure.management.monitor.AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled
withAutoscaleDisabled
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
-