Compartir a través de


ConfigData interface

The Advisor configuration data structure.

Extends

Properties

digests

Advisor digest configuration. Valid only for subscriptions

exclude

Exclude the resource from Advisor evaluations. Valid values: False (default) or True.

lowCpuThreshold

Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.

Inherited Properties

id

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

name

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

type

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

Property Details

digests

Advisor digest configuration. Valid only for subscriptions

digests?: DigestConfig[]

Property Value

exclude

Exclude the resource from Advisor evaluations. Valid values: False (default) or True.

exclude?: boolean

Property Value

boolean

lowCpuThreshold

Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.

lowCpuThreshold?: string

Property Value

string

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From Resource.id

name

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

name?: string

Property Value

string

Inherited From Resource.name

type

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

type?: string

Property Value

string

Inherited From Resource.type