Get Configuration Result
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)
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
Current value 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
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.