KubernetesClusterInfo Constructors
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.
Overloads
KubernetesClusterInfo() |
Initializes a new instance of the KubernetesClusterInfo class. |
KubernetesClusterInfo(String, EtcdInfo, IList<NodeInfo>) |
Initializes a new instance of the KubernetesClusterInfo class. |
KubernetesClusterInfo()
Initializes a new instance of the KubernetesClusterInfo class.
public KubernetesClusterInfo ();
Public Sub New ()
Applies to
KubernetesClusterInfo(String, EtcdInfo, IList<NodeInfo>)
Initializes a new instance of the KubernetesClusterInfo class.
public KubernetesClusterInfo (string version, Microsoft.Azure.Management.DataBoxEdge.Models.EtcdInfo etcdInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.NodeInfo> nodes = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesClusterInfo : string * Microsoft.Azure.Management.DataBoxEdge.Models.EtcdInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.NodeInfo> -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesClusterInfo
Public Sub New (version As String, Optional etcdInfo As EtcdInfo = Nothing, Optional nodes As IList(Of NodeInfo) = Nothing)
Parameters
- version
- String
Kubernetes cluster version
- etcdInfo
- EtcdInfo
Etcd configuration