Uses of Class
com.azure.resourcemanager.monitor.models.AutoscaleSettingResourcePatch
Packages that use AutoscaleSettingResourcePatch
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AutoscaleSettingResourcePatch in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AutoscaleSettingResourcePatchModifier and TypeMethodDescriptionAutoscaleSettingsClient.update(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource) Updates an existing AutoscaleSettingsResource.AutoscaleSettingsClient.updateAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource) Updates an existing AutoscaleSettingsResource.com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> AutoscaleSettingsClient.updateWithResponse(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource, com.azure.core.util.Context context) Updates an existing AutoscaleSettingsResource.Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> AutoscaleSettingsClient.updateWithResponseAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource) Updates an existing AutoscaleSettingsResource. -
Uses of AutoscaleSettingResourcePatch in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type AutoscaleSettingResourcePatchModifier and TypeClassDescriptionfinal classThe autoscale setting object for patch operations.Methods in com.azure.resourcemanager.monitor.models that return AutoscaleSettingResourcePatchModifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleSettingResourcePatch from the JsonReader.AutoscaleSettingResourcePatch.withEnabled(Boolean enabled) Set the enabled property: the enabled flag.Set the name property: the name of the autoscale setting.AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications.AutoscaleSettingResourcePatch.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode.AutoscaleSettingResourcePatch.withProfiles(List<AutoscaleProfileInner> profiles) Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.Set the tags property: Resource tags.AutoscaleSettingResourcePatch.withTargetResourceLocation(String targetResourceLocation) Set the targetResourceLocation property: the location of the resource that the autoscale setting should be added to.AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri) Set the targetResourceUri property: the resource identifier of the resource that the autoscale setting should be added to.