ManagedClusterCodeVersionResult Class

The result of the Service Fabric runtime versions.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ManagedClusterCodeVersionResult

Constructor

ManagedClusterCodeVersionResult(*, id: Optional[str] = None, name: Optional[str] = None, type: Optional[str] = None, cluster_code_version: Optional[str] = None, support_expiry_utc: Optional[str] = None, **kwargs)

Parameters

id
str
Required

The identification of the result.

name
str
Required

The name of the result.

type
str
Required

The result resource type.

cluster_code_version
str
Required

The Service Fabric runtime version of the cluster.

support_expiry_utc
str
Required

The date of expiry of support of the version.

Variables

os_type
str

Cluster operating system, the default will be Windows. Default value: "Windows".

Attributes

os_type

os_type = 'Windows'