ConnectionStatus 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 private link service connection status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatusTypeConverter))]
public struct ConnectionStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatusTypeConverter))>]
type ConnectionStatus = struct
interface IArgumentCompleter
Public Structure ConnectionStatus
Implements IArgumentCompleter, IEquatable(Of ConnectionStatus)
- Inheritance
-
ConnectionStatus
- Attributes
- Implements
Fields
Approved | |
Disconnected | |
Pending | |
Rejected |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ConnectionStatus) |
Compares values of enum type ConnectionStatus |
Equals(Object) |
Compares values of enum type ConnectionStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum ConnectionStatus |
ToString() |
Returns string representation for ConnectionStatus |
Operators
Equality(ConnectionStatus, ConnectionStatus) |
Overriding == operator for enum ConnectionStatus |
Implicit(ConnectionStatus to String) |
Implicit operator to convert ConnectionStatus to string |
Implicit(String to ConnectionStatus) |
Implicit operator to convert string to ConnectionStatus |
Inequality(ConnectionStatus, ConnectionStatus) |
Overriding != operator for enum ConnectionStatus |