GetEnvironmentSettingResult

data class GetEnvironmentSettingResult(val configurationState: String? = null, val description: String? = null, val id: String, val lastChanged: String, val lastPublished: String, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val provisioningState: String? = null, val publishingState: String, val resourceSettings: ResourceSettingsResponse, val tags: Map<String, String>? = null, val title: String? = null, val type: String, val uniqueIdentifier: String? = null)

Represents settings of an environment, from which environment instances would be created

Constructors

Link copied to clipboard
constructor(configurationState: String? = null, description: String? = null, id: String, lastChanged: String, lastPublished: String, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, provisioningState: String? = null, publishingState: String, resourceSettings: ResourceSettingsResponse, tags: Map<String, String>? = null, title: String? = null, type: String, uniqueIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the user's progress in configuring their environment setting

Link copied to clipboard
val description: String? = null

Describes the environment and its resource settings

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

Time when the template VM was last changed.

Link copied to clipboard

Time when the template VM was last sent for publishing.

Link copied to clipboard

The details of the latest operation. ex: status, error

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard

Describes the readiness of this environment setting

Link copied to clipboard

The resource specific settings

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard
val title: String? = null

Brief title describing the environment and its resource settings

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).