GetConfigurationResult

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

Represents a Configuration.

Constructors

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

The Azure API version of the resource.

Link copied to clipboard
val currentValue: String? = null

Current value 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

The link used to get the document from community or Azure site.

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

If is the configuration pending restart or not.

Link copied to clipboard

If is the configuration dynamic.

Link copied to clipboard

If is the configuration read only.

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

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
val value: String? = null

Value of the configuration.