Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AutoscaleProfileInner
Packages that use AutoscaleProfileInner
Package
Description
Package containing the inner data models for MonitorClient.
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 AutoscaleProfileInnerModifier and TypeMethodDescriptionstatic AutoscaleProfileInner
AutoscaleProfileInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleProfileInner from the JsonReader.AutoscaleProfileInner.withCapacity
(ScaleCapacity capacity) Set the capacity property: the number of instances that can be used during this profile.AutoscaleProfileInner.withFixedDate
(TimeWindow fixedDate) Set the fixedDate property: the specific date-time for the profile.Set the name property: the name of the profile.AutoscaleProfileInner.withRecurrence
(Recurrence recurrence) Set the recurrence property: the repeating times at which this profile begins.AutoscaleProfileInner.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 AutoscaleProfileInnerModifier and TypeMethodDescriptionAutoscaleSetting.profiles()
Get the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.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 AutoscaleProfileInnerModifier and TypeMethodDescriptionAutoscaleSetting.withProfiles
(List<AutoscaleProfileInner> profiles) Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.AutoscaleSettingResourceInner.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 AutoscaleProfileInnerModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.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 AutoscaleProfileInnerModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.withProfiles
(List<AutoscaleProfileInner> profiles) Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.