ClusterVersionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detail of the Service Fabric runtime version result
public class ClusterVersionDetails
type ClusterVersionDetails = class
Public Class ClusterVersionDetails
- Inheritance
-
ClusterVersionDetails
Constructors
ClusterVersionDetails() |
Initializes a new instance of the ClusterVersionDetails class. |
ClusterVersionDetails(String, String, String) |
Initializes a new instance of the ClusterVersionDetails class. |
Properties
CodeVersion |
Gets or sets the Service Fabric runtime version of the cluster. |
Environment |
Gets or sets indicates if this version is for Windows or Linux operating system. Possible values include: 'Windows', 'Linux' |
SupportExpiryUtc |
Gets or sets the date of expiry of support of the version. |
Applies to
Azure SDK for .NET