ManagedClusterVersionDetails Class

Definition

The detail of the Service Fabric runtime version.

public class ManagedClusterVersionDetails
type ManagedClusterVersionDetails = class
Public Class ManagedClusterVersionDetails
Inheritance
ManagedClusterVersionDetails

Constructors

ManagedClusterVersionDetails()

Initializes a new instance of the ManagedClusterVersionDetails class.

ManagedClusterVersionDetails(String, String, String)

Initializes a new instance of the ManagedClusterVersionDetails class.

Properties

MsiVersion

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

OsType

Gets or sets indicates the operating system of the cluster. Possible values include: 'Windows', 'Ubuntu', 'RedHat', 'Ubuntu18_04'

SupportExpiryUtc

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

Applies to