Uses of Interface
com.azure.resourcemanager.monitor.models.AutoscaleSetting.Update
Packages that use AutoscaleSetting.Update
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AutoscaleSetting.Update in com.azure.resourcemanager.monitor.models
Subinterfaces with type arguments of type AutoscaleSetting.Update in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceGrouping of autoscale profile update stages.static interfaceThe final stage of the definition which attaches defined profile to the current Autoscale settings.interfaceAn immutable client-side representation of an Azure autoscale setting.static interfaceGrouping of autoscale setting update stages.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleSetting.UpdateModifier and TypeMethodDescriptionAutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAdminEmailNotification()Specifies that an email should be send to subscription administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAutoscaleDisabled()Sets current autoscale setting to the disabled state.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAutoscaleEnabled()Sets current autoscale setting to the enabled state.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withCoAdminEmailNotification()Specifies that an email should be send to subscription co-administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withCustomEmailsNotification(String... customEmailAddresses) Specifies that an email should be send to custom email addresses.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutAdminEmailNotification()Removes email notification to subscription administrator.AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles.withoutAutoscaleProfile(String name) Removes the specified profile from the current setting.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutCoAdminEmailNotification()Removes email notification to subscription co-administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutCustomEmailsNotification()Removes email notification to custom email addresses.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutWebhookNotification()Removes service from autoscale notification.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withWebhookNotification(String serviceUri) Set the service address to receive the notification.