azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

142 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update"
name: "AutoscaleProfile.Update"
nameWithType: "AutoscaleProfile.Update"
summary: "Grouping of autoscale profile update stages."
syntax: "public static interface **AutoscaleProfile.Update**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Settable?alt=com.microsoft.azure.management.resources.fluentcore.model.Settable&text=Settable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting.Update?alt=com.microsoft.azure.management.monitor.AutoscaleSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.defineScaleRule()"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.defineScaleRule()"
name: "defineScaleRule()"
nameWithType: "AutoscaleProfile.Update.defineScaleRule()"
summary: "Starts the definition of scale rule for the current autoscale profile."
modifiers:
- "abstract"
syntax: "public abstract ScaleRule.UpdateDefinitionStages.Blank defineScaleRule()"
desc: "Starts the definition of scale rule for the current autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ScaleRule.UpdateDefinitionStages.Blank?alt=com.microsoft.azure.management.monitor.ScaleRule.UpdateDefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.updateScaleRule(int)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.updateScaleRule(int ruleIndex)"
name: "updateScaleRule(int ruleIndex)"
nameWithType: "AutoscaleProfile.Update.updateScaleRule(int ruleIndex)"
summary: "Starts the update of the scale rule for the current autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "the index of the scale rule in the current autoscale profile. The index represents the order at which rules were added to the current profile."
name: "ruleIndex"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ScaleRule.Update updateScaleRule(int ruleIndex)"
desc: "Starts the update of the scale rule for the current autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ScaleRule.Update?alt=com.microsoft.azure.management.monitor.ScaleRule.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withFixedDateSchedule(java.lang.String,org.joda.time.DateTime,org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withFixedDateSchedule(String timeZone, DateTime start, DateTime end)"
name: "withFixedDateSchedule(String timeZone, DateTime start, DateTime end)"
nameWithType: "AutoscaleProfile.Update.withFixedDateSchedule(String timeZone, DateTime start, DateTime end)"
summary: "Updates fixed date schedule for autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "time zone for the schedule."
name: "timeZone"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "start time."
name: "start"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- description: "end time."
name: "end"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AutoscaleProfile.Update withFixedDateSchedule(String timeZone, DateTime start, DateTime end)"
desc: "Updates fixed date schedule for autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile.Update?alt=com.microsoft.azure.management.monitor.AutoscaleProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withMetricBasedScale(int,int,int)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)"
name: "withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)"
nameWithType: "AutoscaleProfile.Update.withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)"
summary: "Updates metric based autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "the minimum number of instances for the resource."
name: "minimumInstanceCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription."
name: "maximumInstanceCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default."
name: "defaultInstanceCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AutoscaleProfile.Update withMetricBasedScale(int minimumInstanceCount, int maximumInstanceCount, int defaultInstanceCount)"
desc: "Updates metric based autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile.Update?alt=com.microsoft.azure.management.monitor.AutoscaleProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withRecurrentSchedule(java.lang.String,java.lang.String,com.microsoft.azure.management.monitor.DayOfWeek...)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek[] weekday)"
name: "withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek[] weekday)"
nameWithType: "AutoscaleProfile.Update.withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek[] weekday)"
summary: "Updates recurrent schedule for autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "time zone for the schedule. Some examples of valid timezones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time."
name: "scheduleTimeZone"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "start time in hh:mm format."
name: "startTime"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "list of week days when the schedule should be active."
name: "weekday"
type: "<xref href=\"com.microsoft.azure.management.monitor.DayOfWeek?alt=com.microsoft.azure.management.monitor.DayOfWeek&text=DayOfWeek\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public abstract AutoscaleProfile.Update withRecurrentSchedule(String scheduleTimeZone, String startTime, DayOfWeek[] weekday)"
desc: "Updates recurrent schedule for autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile.Update?alt=com.microsoft.azure.management.monitor.AutoscaleProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withScheduleBasedScale(int)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withScheduleBasedScale(int instanceCount)"
name: "withScheduleBasedScale(int instanceCount)"
nameWithType: "AutoscaleProfile.Update.withScheduleBasedScale(int instanceCount)"
summary: "Updates schedule based autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "instanceCount the number of instances that will be set during specified schedule. The actual number of instances is limited by the cores that are available in the subscription."
name: "instanceCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AutoscaleProfile.Update withScheduleBasedScale(int instanceCount)"
desc: "Updates schedule based autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile.Update?alt=com.microsoft.azure.management.monitor.AutoscaleProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withoutScaleRule(int)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleProfile.Update.withoutScaleRule(int ruleIndex)"
name: "withoutScaleRule(int ruleIndex)"
nameWithType: "AutoscaleProfile.Update.withoutScaleRule(int ruleIndex)"
summary: "Removes scale rule from the current autoscale profile."
modifiers:
- "abstract"
parameters:
- description: "the index of the scale rule in the current autoscale profile."
name: "ruleIndex"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AutoscaleProfile.Update withoutScaleRule(int ruleIndex)"
desc: "Removes scale rule from the current autoscale profile."
returns:
description: "the next stage of the autoscale profile update."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleProfile.Update?alt=com.microsoft.azure.management.monitor.AutoscaleProfile.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Grouping of autoscale profile update stages."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Settable?alt=com.microsoft.azure.management.resources.fluentcore.model.Settable&text=Settable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSetting.Update?alt=com.microsoft.azure.management.monitor.AutoscaleSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4