ArmKubernetesModelFactory.SystemComponent Method

Definition

System extensions and its current versions installed on the cluster resource.

public static Azure.ResourceManager.Kubernetes.Models.SystemComponent SystemComponent(string type = default, string userSpecifiedVersion = default, int? majorVersion = default, string currentVersion = default);
static member SystemComponent : string * string * Nullable<int> * string -> Azure.ResourceManager.Kubernetes.Models.SystemComponent
Public Shared Function SystemComponent (Optional type As String = Nothing, Optional userSpecifiedVersion As String = Nothing, Optional majorVersion As Nullable(Of Integer) = Nothing, Optional currentVersion As String = Nothing) As SystemComponent

Parameters

type
String

Type of the system extension.

userSpecifiedVersion
String

Version of the system extension to be installed on the cluster resource.

majorVersion
Nullable<Int32>

Major Version of the system extension that is currently installed on the cluster resource.

currentVersion
String

Version of the system extension that is currently installed on the cluster resource.

Returns

A new SystemComponent instance for mocking.

Applies to