共用方式為


KubernetesRole Constructors

Definition

Overloads

KubernetesRole()

Initializes a new instance of the KubernetesRole class.

KubernetesRole(String, KubernetesClusterInfo, KubernetesRoleResources, String, String, String, String, SystemData, String, String)

Initializes a new instance of the KubernetesRole class.

KubernetesRole()

Initializes a new instance of the KubernetesRole class.

public KubernetesRole ();
Public Sub New ()

Applies to

KubernetesRole(String, KubernetesClusterInfo, KubernetesRoleResources, String, String, String, String, SystemData, String, String)

Initializes a new instance of the KubernetesRole class.

public KubernetesRole (string hostPlatform, Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesClusterInfo kubernetesClusterInfo, Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleResources kubernetesRoleResources, string roleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string provisioningState = default, string hostPlatformType = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRole : string * Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesClusterInfo * Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleResources * string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRole
Public Sub New (hostPlatform As String, kubernetesClusterInfo As KubernetesClusterInfo, kubernetesRoleResources As KubernetesRoleResources, roleStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional hostPlatformType As String = Nothing)

Parameters

hostPlatform
String

Host OS supported by the Kubernetes role. Possible values include: 'Windows', 'Linux'

kubernetesClusterInfo
KubernetesClusterInfo

Kubernetes cluster configuration

kubernetesRoleResources
KubernetesRoleResources

Kubernetes role resources

roleStatus
String

Role status. Possible values include: 'Enabled', 'Disabled'

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

Role configured on ASE resource

provisioningState
String

State of Kubernetes deployment. Possible values include: 'Invalid', 'Creating', 'Created', 'Updating', 'Reconfiguring', 'Failed', 'Deleting'

hostPlatformType
String

Platform where the runtime is hosted. Possible values include: 'KubernetesCluster', 'LinuxVM'

Applies to