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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SystemComponentTypeConverter))]
public class SystemComponent : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISystemComponent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.SystemComponentTypeConverter))>]
type SystemComponent = class
interface ISystemComponent
interface IJsonSerializable
Public Class SystemComponent
Implements ISystemComponent
- Inheritance
-
SystemComponent
- Attributes
- Implements
Constructors
SystemComponent() |
Creates an new SystemComponent instance. |
Properties
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemComponent. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemComponent. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ISystemComponent. |
FromJsonString(String) |
Creates a new instance of SystemComponent, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemComponent into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |