Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AutoscaleSettingResourceInner
-
Packages that use AutoscaleSettingResourceInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.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 AutoscaleSettingResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return AutoscaleSettingResourceInner Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingsClient. createOrUpdate(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters)Creates or updates an autoscale setting.AutoscaleSettingResourceInnerAutoscaleSettingsClient. getByResourceGroup(String resourceGroupName, String autoscaleSettingName)Gets an autoscale setting.AutoscaleSettingResourceInnerAutoscaleSettingsClient. 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 AutoscaleSettingResourceInner Modifier and Type Method Description Mono<AutoscaleSettingResourceInner>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.Mono<AutoscaleSettingResourceInner>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.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.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AutoscaleSettingResourceInner Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingsClient. createOrUpdate(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters)Creates or updates an autoscale setting.Mono<AutoscaleSettingResourceInner>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 AutoscaleSettingResourceInner Modifier and Type Method Description AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withEnabled(Boolean enabled)Set the enabled property: the enabled flag.AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withLocation(String location)AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withNamePropertiesName(String namePropertiesName)Set the namePropertiesName property: the name of the autoscale setting.AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withNotifications(List<AutoscaleNotification> notifications)Set the notifications property: the collection of notifications.AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withProfiles(List<AutoscaleProfileInner> profiles)Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters for different time periods.AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withTags(Map<String,String> tags)AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. withTargetResourceLocation(String targetResourceLocation)Set the targetResourceLocation property: the location of the resource that the autoscale setting should be added to.AutoscaleSettingResourceInnerAutoscaleSettingResourceInner. 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 AutoscaleSettingResourceInner Modifier and Type Method Description List<AutoscaleSettingResourceInner>AutoscaleSettingResourceCollection. 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 AutoscaleSettingResourceInner Modifier and Type Method Description AutoscaleSettingResourceCollectionAutoscaleSettingResourceCollection. withValue(List<AutoscaleSettingResourceInner> value)Set the value property: the values for the autoscale setting resources.
-