ArmKubernetesModelFactory.SystemComponent Method
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 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.
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.