Get Environment Setting Result
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)
Properties
Link copied to clipboard
Describes the user's progress in configuring their environment setting
Link copied to clipboard
Describes the environment and its resource settings
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
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
The unique immutable identifier of a resource (Guid).