Get Dsc Configuration Result
data class GetDscConfigurationResult(val creationTime: String? = null, val description: String? = null, val etag: String? = null, val id: String, val jobCount: Int? = null, val lastModifiedTime: String? = null, val location: String? = null, val logVerbose: Boolean? = null, val name: String, val nodeConfigurationCount: Int? = null, val parameters: Map<String, DscConfigurationParameterResponse>? = null, val provisioningState: String? = null, val source: ContentSourceResponse? = null, val state: String? = null, val tags: Map<String, String>? = null, val type: String)
Definition of the configuration type.
Constructors
Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, etag: String? = null, id: String, jobCount: Int? = null, lastModifiedTime: String? = null, location: String? = null, logVerbose: Boolean? = null, name: String, nodeConfigurationCount: Int? = null, parameters: Map<String, DscConfigurationParameterResponse>? = null, provisioningState: String? = null, source: ContentSourceResponse? = null, state: String? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets verbose log option.
Link copied to clipboard
Gets the number of compiled node configurations.
Link copied to clipboard
Gets or sets the configuration parameters.
Link copied to clipboard
Gets or sets the provisioning state of the configuration.
Link copied to clipboard
Gets or sets the source.