GetConfigurationResult

data class GetConfigurationResult(val allowedValues: String, val dataType: String, val defaultValue: String, val description: String, val id: String, val name: String, val source: String? = null, val type: String, val value: String? = null)

Represents a Configuration.

Constructors

Link copied to clipboard
constructor(allowedValues: String, dataType: String, defaultValue: String, description: String, id: String, name: String, source: String? = null, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allowed values of the configuration.

Link copied to clipboard

Data type of the configuration.

Link copied to clipboard

Default value of the configuration.

Link copied to clipboard

Description of the configuration.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val source: String? = null

Source of the configuration.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val value: String? = null

Value of the configuration.