KubernetesClusterFeatureAvailabilityLifecycle 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 lifecycle indicator of the feature.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycleTypeConverter))]
public struct KubernetesClusterFeatureAvailabilityLifecycle : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycle>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycleTypeConverter))>]
type KubernetesClusterFeatureAvailabilityLifecycle = struct
interface IArgumentCompleter
Public Structure KubernetesClusterFeatureAvailabilityLifecycle
Implements IArgumentCompleter, IEquatable(Of KubernetesClusterFeatureAvailabilityLifecycle)
- Inheritance
-
KubernetesClusterFeatureAvailabilityLifecycle
- Attributes
- Implements
Fields
GenerallyAvailable | |
Preview |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(KubernetesClusterFeatureAvailabilityLifecycle) |
Compares values of enum type KubernetesClusterFeatureAvailabilityLifecycle |
Equals(Object) |
Compares values of enum type KubernetesClusterFeatureAvailabilityLifecycle (override for Object) |
GetHashCode() |
Returns hashCode for enum KubernetesClusterFeatureAvailabilityLifecycle |
ToString() |
Returns string representation for KubernetesClusterFeatureAvailabilityLifecycle |
Operators
Equality(KubernetesClusterFeatureAvailabilityLifecycle, KubernetesClusterFeatureAvailabilityLifecycle) |
Overriding == operator for enum KubernetesClusterFeatureAvailabilityLifecycle |
Implicit(KubernetesClusterFeatureAvailabilityLifecycle to String) |
Implicit operator to convert KubernetesClusterFeatureAvailabilityLifecycle to string |
Implicit(String to KubernetesClusterFeatureAvailabilityLifecycle) |
Implicit operator to convert string to KubernetesClusterFeatureAvailabilityLifecycle |
Inequality(KubernetesClusterFeatureAvailabilityLifecycle, KubernetesClusterFeatureAvailabilityLifecycle) |
Overriding != operator for enum KubernetesClusterFeatureAvailabilityLifecycle |