ClusterVersionDetailsResponse

data class ClusterVersionDetailsResponse(val codeVersion: String? = null, val environment: String? = null, val supportExpiryUtc: String? = null)

The detail of the Service Fabric runtime version result

Constructors

Link copied to clipboard
constructor(codeVersion: String? = null, environment: String? = null, supportExpiryUtc: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val codeVersion: String? = null

The Service Fabric runtime version of the cluster.

Link copied to clipboard
val environment: String? = null

Indicates if this version is for Windows or Linux operating system.

Link copied to clipboard

The date of expiry of support of the version.