GetSettingResult

data class GetSettingResult(val azureApiVersion: String, val cache: List<SettingsPropertiesResponseCache>? = null, val id: String, val kind: String, val name: String, val scope: String, val startOn: String? = null, val type: String)

State of the myscope setting.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, cache: List<SettingsPropertiesResponseCache>? = null, id: String, kind: String, name: String, scope: String, startOn: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Array of scopes with additional details used by Cost Management in the Azure portal.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource kind.

Link copied to clipboard

Resource name.

Link copied to clipboard

Sets the default scope the current user will see when they sign into Azure Cost Management in the Azure portal.

Link copied to clipboard
val startOn: String? = null

Indicates what scope Cost Management in the Azure portal should default to. Allowed values: LastUsed.

Link copied to clipboard

Resource type.