Get Configuration Result
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)
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
Default value of the configuration.
Link copied to clipboard
Description of the configuration.
Link copied to clipboard
Configuration documentation link.
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.