ClusterCodeVersionsResult Class

Definition

The result of the Service Fabric runtime versions

[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterCodeVersionsResult
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterCodeVersionsResult = class
Public Class ClusterCodeVersionsResult
Inheritance
ClusterCodeVersionsResult
Attributes

Constructors

ClusterCodeVersionsResult()

Initializes a new instance of the ClusterCodeVersionsResult class.

ClusterCodeVersionsResult(String, String, String, String, String, String)

Initializes a new instance of the ClusterCodeVersionsResult 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'

Id

Gets or sets the identification of the result

Name

Gets or sets the name of the result

SupportExpiryUtc

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

Type

Gets or sets the result resource type

Applies to