AutoscaleSettingResource type
The autoscale setting resource.
type AutoscaleSettingResource = Resource & {
enabled?: boolean
namePropertiesName?: string
notifications?: AutoscaleNotification[]
profiles: AutoscaleProfile[]
targetResourceLocation?: string
targetResourceUri?: string
}