ClusterVersionDetails Class

Definition

The detail of the Service Fabric runtime version result

public class ClusterVersionDetails
type ClusterVersionDetails = class
Public Class ClusterVersionDetails
Inheritance
ClusterVersionDetails

Constructors

ClusterVersionDetails()

Initializes a new instance of the ClusterVersionDetails class.

ClusterVersionDetails(String, String, String)

Initializes a new instance of the ClusterVersionDetails class.

Properties

CodeVersion

Gets or sets the Service Fabric runtime version of the cluster.

Environment

Gets or sets indicates if this version is for Windows or Linux operating system. Possible values include: 'Windows', 'Linux'

SupportExpiryUtc

Gets or sets the date of expiry of support of the version.

Applies to