SystemComponent 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.
System extensions and its current versions installed on the cluster resource.
public class SystemComponent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kubernetes.Models.SystemComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kubernetes.Models.SystemComponent>
type SystemComponent = class
interface IJsonModel<SystemComponent>
interface IPersistableModel<SystemComponent>
Public Class SystemComponent
Implements IJsonModel(Of SystemComponent), IPersistableModel(Of SystemComponent)
- Inheritance
-
SystemComponent
- Implements
Constructors
| Name | Description |
|---|---|
| SystemComponent() |
Initializes a new instance of SystemComponent. |
Properties
| Name | Description |
|---|---|
| CurrentVersion |
Version of the system extension that is currently installed on the cluster resource. |
| MajorVersion |
Major Version of the system extension that is currently installed on the cluster resource. |
| Type |
Type of the system extension. |
| UserSpecifiedVersion |
Version of the system extension to be installed on the cluster resource. |