KubernetesClusterFeatureRequired Struct
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.
The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.
public readonly struct KubernetesClusterFeatureRequired : IEquatable<Azure.ResourceManager.NetworkCloud.Models.KubernetesClusterFeatureRequired>
type KubernetesClusterFeatureRequired = struct
Public Structure KubernetesClusterFeatureRequired
Implements IEquatable(Of KubernetesClusterFeatureRequired)
- Inheritance
-
KubernetesClusterFeatureRequired
- Implements
Constructors
KubernetesClusterFeatureRequired(String) |
Initializes a new instance of KubernetesClusterFeatureRequired. |
Properties
False |
False. |
True |
True. |
Methods
Equals(KubernetesClusterFeatureRequired) |
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
Equality(KubernetesClusterFeatureRequired, KubernetesClusterFeatureRequired) |
Determines if two KubernetesClusterFeatureRequired values are the same. |
Implicit(String to KubernetesClusterFeatureRequired) |
Converts a String to a KubernetesClusterFeatureRequired. |
Inequality(KubernetesClusterFeatureRequired, KubernetesClusterFeatureRequired) |
Determines if two KubernetesClusterFeatureRequired values are not the same. |
Applies to
Azure SDK for .NET