Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AutoscaleProfileInner
-
Packages that use AutoscaleProfileInner Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AutoscaleProfileInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AutoscaleProfileInner Modifier and Type Method Description AutoscaleProfileInnerAutoscaleProfileInner. withCapacity(ScaleCapacity capacity)Set the capacity property: the number of instances that can be used during this profile.AutoscaleProfileInnerAutoscaleProfileInner. withFixedDate(TimeWindow fixedDate)Set the fixedDate property: the specific date-time for the profile.AutoscaleProfileInnerAutoscaleProfileInner. withName(String name)Set the name property: the name of the profile.AutoscaleProfileInnerAutoscaleProfileInner. withRecurrence(Recurrence recurrence)Set the recurrence property: the repeating times at which this profile begins.AutoscaleProfileInnerAutoscaleProfileInner. withRules(List<ScaleRuleInner> rules)Set the rules property: the collection of rules that provide the triggers and parameters for the scaling action.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AutoscaleProfileInner Modifier and Type Method Description List<AutoscaleProfileInner>AutoscaleSettingResourceInner. profiles()Get the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AutoscaleProfileInner Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withProfiles(List<AutoscaleProfileInner> profiles)Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods. -
Uses of AutoscaleProfileInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AutoscaleProfileInner Modifier and Type Method Description List<AutoscaleProfileInner>AutoscaleSettingResourcePatch. profiles()Get the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AutoscaleProfileInner Modifier and Type Method Description AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withProfiles(List<AutoscaleProfileInner> profiles)Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.
-