GetDscNodeConfigurationResult

data class GetDscNodeConfigurationResult(val azureApiVersion: String, val configuration: DscConfigurationAssociationPropertyResponse? = null, val creationTime: String? = null, val id: String, val incrementNodeConfigurationBuild: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val nodeCount: Double? = null, val source: String? = null, val type: String)

Definition of the dsc node configuration.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, configuration: DscConfigurationAssociationPropertyResponse? = null, creationTime: String? = null, id: String, incrementNodeConfigurationBuild: Boolean? = null, lastModifiedTime: String? = null, name: String, nodeCount: Double? = null, source: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets or sets the configuration of the node.

Link copied to clipboard
val creationTime: String? = null

Gets or sets creation time.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard

If a new build version of NodeConfiguration is required.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nodeCount: Double? = null

Number of nodes with this node configuration assigned

Link copied to clipboard
val source: String? = null

Source of node configuration.

Link copied to clipboard

The type of the resource.