| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourceInner |
AutoscaleSettingsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withEnabled(Boolean enabled)
Set the enabled property: the enabled flag.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withName(String name)
Set the name property: the name of the autoscale setting.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications)
Set the notifications property: the collection of notifications.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withProfiles(List<AutoscaleProfileInner> profiles)
Set the profiles property: the collection of automatic scaling profiles that specify different scaling parameters
for different time periods.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri)
Set the targetResourceUri property: the resource identifier of the resource that the autoscale setting should be
added to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.