ConnectedClusterKind 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.
Indicates the kind of Arc connected cluster based on host infrastructure.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.ConnectedClusterKindTypeConverter))]
public struct ConnectedClusterKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.ConnectedClusterKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Support.ConnectedClusterKindTypeConverter))>]
type ConnectedClusterKind = struct
interface IArgumentCompleter
Public Structure ConnectedClusterKind
Implements IArgumentCompleter, IEquatable(Of ConnectedClusterKind)
- Inheritance
-
ConnectedClusterKind
- Attributes
- Implements
Fields
ProvisionedCluster |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ConnectedClusterKind) |
Compares values of enum type ConnectedClusterKind |
Equals(Object) |
Compares values of enum type ConnectedClusterKind (override for Object) |
GetHashCode() |
Returns hashCode for enum ConnectedClusterKind |
ToString() |
Returns string representation for ConnectedClusterKind |
Operators
Equality(ConnectedClusterKind, ConnectedClusterKind) |
Overriding == operator for enum ConnectedClusterKind |
Implicit(ConnectedClusterKind to String) |
Implicit operator to convert ConnectedClusterKind to string |
Implicit(String to ConnectedClusterKind) |
Implicit operator to convert string to ConnectedClusterKind |
Inequality(ConnectedClusterKind, ConnectedClusterKind) |
Overriding != operator for enum ConnectedClusterKind |