Uses of Class
com.azure.resourcemanager.monitor.models.AutoscaleSettingResourcePatch
-
Packages that use AutoscaleSettingResourcePatch Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.models 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 AutoscaleSettingResourcePatch Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingsClient. update(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource)Updates an existing AutoscaleSettingsResource.Mono<AutoscaleSettingResourceInner>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
Methods in com.azure.resourcemanager.monitor.models that return AutoscaleSettingResourcePatch Modifier and Type Method Description AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withEnabled(Boolean enabled)Set the enabled property: the enabled flag.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withName(String name)Set the name property: the name of the autoscale setting.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withNotifications(List<AutoscaleNotification> notifications)Set the notifications property: the collection of notifications.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withProfiles(List<AutoscaleProfileInner> profiles)Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withTags(Map<String,String> tags)Set the tags property: Resource tags.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withTargetResourceLocation(String targetResourceLocation)Set the targetResourceLocation property: the location of the resource that the autoscale setting should be added to.AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withTargetResourceUri(String targetResourceUri)Set the targetResourceUri property: the resource identifier of the resource that the autoscale setting should be added to.
-