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
public class ClusterVersionDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.ClusterVersionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.ClusterVersionDetails>
type ClusterVersionDetails = class
type ClusterVersionDetails = class
interface IJsonModel<ClusterVersionDetails>
interface IPersistableModel<ClusterVersionDetails>
Public Class ClusterVersionDetails
Public Class ClusterVersionDetails
Implements IJsonModel(Of ClusterVersionDetails), IPersistableModel(Of ClusterVersionDetails)
- Inheritance
-
ClusterVersionDetails
- Implements
Properties
CodeVersion |
The Service Fabric runtime version of the cluster. |
Environment |
Indicates if this version is for Windows or Linux operating system. |
SupportExpireOn |
The date of expiry of support of the version. |
Explicit Interface Implementations
IJsonModel<ClusterVersionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterVersionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterVersionDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterVersionDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterVersionDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET