Uses of Class
com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch
Packages that use AutoscaleSettingResourcePatch
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AutoscaleSettingResourcePatch in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AutoscaleSettingResourcePatchModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.withEnabled(Boolean enabled) Set the enabled flag.Set the name of the autoscale setting.AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications) Set the collection of notifications.AutoscaleSettingResourcePatch.withProfiles(List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner> profiles) Set the collection of automatic scaling profiles that specify different scaling parameters for different time periods.Set resource tags.AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri) Set the resource identifier of the resource that the autoscale setting should be added to.