Interface AutoscaleSetting.DefinitionStages.WithCreate
-
- All Superinterfaces:
AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications,AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles,AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled,Creatable<AutoscaleSetting>,HasName,Indexable
- All Known Subinterfaces:
AutoscaleSetting.Definition
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.WithCreate extends 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.azure.resourcemanager.monitor.models.AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications
withAdminEmailNotification, withCoAdminEmailNotification, withCustomEmailsNotification, withWebhookNotification
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles
defineAutoscaleProfile
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled
withAutoscaleDisabled
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-