ClusterCodeVersionsResult Class

The result of the Service Fabric runtime versions.

Inheritance
ClusterCodeVersionsResult

Constructor

ClusterCodeVersionsResult(*, id: Optional[str] = None, name: Optional[str] = None, type: Optional[str] = None, 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

id
str
Required

The identification of the result.

name
str
Required

The name of the result.

type
str
Required

The result resource type.

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".