GetConfigurationResult

data class GetConfigurationResult(val allowedValues: String, val azureApiVersion: String, val dataType: String, val defaultValue: String, val description: String, val documentationLink: String, val id: String, val isConfigPendingRestart: Boolean, val isDynamicConfig: Boolean, val isReadOnly: Boolean, val name: String, val source: String? = null, val systemData: SystemDataResponse, val type: String, val unit: String, val value: String? = null)

Represents a Configuration.

Constructors

Link copied to clipboard
constructor(allowedValues: String, azureApiVersion: String, dataType: String, defaultValue: String, description: String, documentationLink: String, id: String, isConfigPendingRestart: Boolean, isDynamicConfig: Boolean, isReadOnly: Boolean, name: String, source: String? = null, systemData: SystemDataResponse, type: String, unit: 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

The Azure API version of the resource.

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

Configuration documentation link.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Configuration is pending restart or not.

Link copied to clipboard

Configuration dynamic or static.

Link copied to clipboard

Configuration read-only or not.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val source: String? = null

Source of the configuration. Required to update the configuration.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

Configuration unit.

Link copied to clipboard
val value: String? = null

Value of the configuration. Required to update the configuration.