Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoscaleSettingResourcePatch

Package version

The autoscale setting object for patch operations.

Hierarchy

  • AutoscaleSettingResourcePatch

Index

Properties

Optional enabled

enabled: undefined | false | true

the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.

Optional name

name: undefined | string

the name of the autoscale setting.

Optional notifications

notifications: AutoscaleNotification[]

the collection of notifications.

Optional predictiveAutoscalePolicy

predictiveAutoscalePolicy: PredictiveAutoscalePolicy

the predictive autoscale policy mode.

Optional profiles

profiles: AutoscaleProfile[]

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.

Optional tags

tags: undefined | {}

Resource tags

Optional targetResourceLocation

targetResourceLocation: undefined | string

the location of the resource that the autoscale setting should be added to.

Optional targetResourceUri

targetResourceUri: undefined | string

the resource identifier of the resource that the autoscale setting should be added to.

Generated using TypeDoc