Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
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 © 2019. All rights reserved.