| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourceInner |
AutoscaleSettingsClient.createOrUpdate(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourceInner parameters)
Creates or updates an autoscale setting.
|
AutoscaleSettingResourceInner |
AutoscaleSettingsClient.getByResourceGroup(String resourceGroupName,
String autoscaleSettingName)
Gets an autoscale setting.
|
AutoscaleSettingResourceInner |
AutoscaleSettingsClient.update(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourcePatch autoscaleSettingResource)
Updates an existing AutoscaleSettingsResource.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourceInner |
AutoscaleSettingsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourceInner |
AutoscaleSettingResourceInner.withEnabled(Boolean enabled)
Set the enabled property: the enabled flag.
|
AutoscaleSettingResourceInner |
AutoscaleSettingResourceInner.withNamePropertiesName(String namePropertiesName)
Set the namePropertiesName property: the name of the autoscale setting.
|
AutoscaleSettingResourceInner |
AutoscaleSettingResourceInner.withNotifications(List<AutoscaleNotification> notifications)
Set the notifications property: the collection of notifications.
|
AutoscaleSettingResourceInner |
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 |
AutoscaleSettingResourceInner.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.