Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoscaleSettingResource

Package version

The autoscale setting resource.

Hierarchy

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 id

id: undefined | string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

Resource location

Optional name

name: undefined | string

Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional namePropertiesName

namePropertiesName: 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.

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 systemData

systemData: SystemData

The system metadata related to the response. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.

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.

Optional type

type: undefined | string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc