Share via


ManagedClusterCodeVersionResult Class

Definition

The result of the Service Fabric runtime versions

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

Constructors

ManagedClusterCodeVersionResult()

Initializes a new instance of the ManagedClusterCodeVersionResult class.

ManagedClusterCodeVersionResult(String, String, String, String, String, String)

Initializes a new instance of the ManagedClusterCodeVersionResult class.

Properties

ClusterCodeVersion

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

Id

Gets or sets the identification of the result

Name

Gets or sets the name of the result

OsType

Gets or sets possible values include: 'Windows'

SupportExpiryUtc

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

Type

Gets or sets the result resource type

Applies to