ClusterVersionDetails Class

The detail of the Service Fabric runtime version result.

Inheritance
ClusterVersionDetails

Constructor

ClusterVersionDetails(*, code_version: Optional[str] = None, support_expiry_utc: Optional[str] = None, environment: Optional[Union[str, azure.mgmt.servicefabric.models._service_fabric_management_client_enums.ClusterEnvironment]] = None, **kwargs)

Parameters

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.

environment
str or ClusterEnvironment
Required

Indicates if this version is for Windows or Linux operating system. Possible values include: "Windows", "Linux".