Udostępnij przez


KubernetesNodeRole Struct

Definition

The role of this node in the cluster.

public readonly struct KubernetesNodeRole : IEquatable<Azure.ResourceManager.NetworkCloud.Models.KubernetesNodeRole>
type KubernetesNodeRole = struct
Public Structure KubernetesNodeRole
Implements IEquatable(Of KubernetesNodeRole)
Inheritance
KubernetesNodeRole
Implements

Constructors

Name Description
KubernetesNodeRole(String)

Initializes a new instance of KubernetesNodeRole.

Properties

Name Description
ControlPlane

ControlPlane.

Worker

Worker.

Methods

Name Description
Equals(KubernetesNodeRole)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(KubernetesNodeRole, KubernetesNodeRole)

Determines if two KubernetesNodeRole values are the same.

Implicit(String to KubernetesNodeRole)

Converts a String to a KubernetesNodeRole.

Inequality(KubernetesNodeRole, KubernetesNodeRole)

Determines if two KubernetesNodeRole values are not the same.

Applies to