ConnectivityStatus 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.
Represents the connectivity status of the connected cluster.
public readonly struct ConnectivityStatus : IEquatable<Azure.ResourceManager.Kubernetes.Models.ConnectivityStatus>
type ConnectivityStatus = struct
Public Structure ConnectivityStatus
Implements IEquatable(Of ConnectivityStatus)
- Inheritance
-
ConnectivityStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectivityStatus(String) |
Initializes a new instance of ConnectivityStatus. |
Properties
| Name | Description |
|---|---|
| Connected |
Connected. |
| Connecting |
Connecting. |
| Expired |
Expired. |
| Offline |
Offline. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectivityStatus) |
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(ConnectivityStatus, ConnectivityStatus) |
Determines if two ConnectivityStatus values are the same. |
| Implicit(String to ConnectivityStatus) |
Converts a String to a ConnectivityStatus. |
| Inequality(ConnectivityStatus, ConnectivityStatus) |
Determines if two ConnectivityStatus values are not the same. |