| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withEnabled(Boolean enabled)
Set the enabled flag.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withName(String name)
Set the name of the autoscale setting.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications)
Set the collection of notifications.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withProfiles(List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner> profiles)
Set the collection of automatic scaling profiles that specify different scaling parameters for different time periods.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withTags(Map<String,String> tags)
Set resource tags.
|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri)
Set the resource identifier of the resource that the autoscale setting should be added to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/