public static interface AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfile.UpdateDefinitionStages.Blank |
defineAutoscaleProfile(String name)
Starts definition of automatic scaling profiles that specify different scaling parameters for different time periods.
|
AutoscaleProfile.Update |
updateAutoscaleProfile(String name)
Starts the update of automatic scaling profiles.
|
AutoscaleSetting.Update |
withoutAutoscaleProfile(String name)
Removes the specified profile from the current setting.
|
AutoscaleProfile.UpdateDefinitionStages.Blank defineAutoscaleProfile(String name)
name - name of the profile.AutoscaleProfile.Update updateAutoscaleProfile(String name)
name - name of the profile.AutoscaleSetting.Update withoutAutoscaleProfile(String name)
name - name of the profile./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/