Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AutoscaleSettingResourceInner
Packages that use AutoscaleSettingResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AutoscaleSettingResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingsClient.createOrUpdate(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting.AutoscaleSettingsClient.getByResourceGroup(String resourceGroupName, String autoscaleSettingName) Gets an autoscale setting.AutoscaleSettingsClient.update(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource) Updates an existing AutoscaleSettingsResource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingsClient.createOrUpdateAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting.com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> AutoscaleSettingsClient.createOrUpdateWithResponse(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters, com.azure.core.util.Context context) Creates or updates an autoscale setting.Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> AutoscaleSettingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting.AutoscaleSettingsClient.getByResourceGroupAsync(String resourceGroupName, String autoscaleSettingName) Gets an autoscale setting.com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> AutoscaleSettingsClient.getByResourceGroupWithResponse(String resourceGroupName, String autoscaleSettingName, com.azure.core.util.Context context) Gets an autoscale setting.Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> AutoscaleSettingsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String autoscaleSettingName) Gets an autoscale setting.com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> AutoscaleSettingsClient.list()Lists the autoscale settings for a subscription.com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> AutoscaleSettingsClient.list(com.azure.core.util.Context context) Lists the autoscale settings for a subscription.com.azure.core.http.rest.PagedFlux<AutoscaleSettingResourceInner> AutoscaleSettingsClient.listAsync()Lists the autoscale settings for a subscription.com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> AutoscaleSettingsClient.listByResourceGroup(String resourceGroupName) Lists the autoscale settings for a resource group.com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> AutoscaleSettingsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists the autoscale settings for a resource group.com.azure.core.http.rest.PagedFlux<AutoscaleSettingResourceInner> AutoscaleSettingsClient.listByResourceGroupAsync(String resourceGroupName) Lists the autoscale settings for a resource group.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.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingsClient.createOrUpdate(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting.AutoscaleSettingsClient.createOrUpdateAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting.com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> AutoscaleSettingsClient.createOrUpdateWithResponse(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters, com.azure.core.util.Context context) Creates or updates an autoscale setting.Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> AutoscaleSettingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters) Creates or updates an autoscale setting. -
Uses of AutoscaleSettingResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleSettingResourceInner from the JsonReader.AutoscaleSettingResourceInner.withEnabled(Boolean enabled) Set the enabled property: the enabled flag.AutoscaleSettingResourceInner.withLocation(String location) AutoscaleSettingResourceInner.withNamePropertiesName(String name) Set the name property: the name of the autoscale setting.AutoscaleSettingResourceInner.withNotifications(List<AutoscaleNotification> notifications) Set the notifications property: the collection of notifications.AutoscaleSettingResourceInner.withPredictiveAutoscalePolicy(PredictiveAutoscalePolicy predictiveAutoscalePolicy) Set the predictiveAutoscalePolicy property: the predictive autoscale policy mode.AutoscaleSettingResourceInner.withProfiles(List<AutoscaleProfileInner> profiles) Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.AutoscaleSettingResourceInner.withTargetResourceLocation(String targetResourceLocation) Set the targetResourceLocation property: the location of the resource that the autoscale setting should be added to.AutoscaleSettingResourceInner.withTargetResourceUri(String targetResourceUri) Set the targetResourceUri property: the resource identifier of the resource that the autoscale setting should be added to. -
Uses of AutoscaleSettingResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingResourceCollection.value()Get the value property: the values for the autoscale setting resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AutoscaleSettingResourceInnerModifier and TypeMethodDescriptionAutoscaleSettingResourceCollection.withValue(List<AutoscaleSettingResourceInner> value) Set the value property: the values for the autoscale setting resources.