ResourceConnectorStatus 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.
Appliance’s health and state of connection to on-prem.
public readonly struct ResourceConnectorStatus : IEquatable<Azure.ResourceManager.ResourceConnector.Models.ResourceConnectorStatus>
type ResourceConnectorStatus = struct
Public Structure ResourceConnectorStatus
Implements IEquatable(Of ResourceConnectorStatus)
- Inheritance
-
ResourceConnectorStatus
- Implements
Constructors
ResourceConnectorStatus(String) |
Initializes a new instance of ResourceConnectorStatus. |
Properties
Connected |
Connected. |
Connecting |
Connecting. |
EtcdSnapshotFailed |
ETCDSnapshotFailed. |
ImageDeprovisioning |
ImageDeprovisioning. |
ImageDownloaded |
ImageDownloaded. |
ImageDownloading |
ImageDownloading. |
ImagePending |
ImagePending. |
ImageProvisioned |
ImageProvisioned. |
ImageProvisioning |
ImageProvisioning. |
ImageUnknown |
ImageUnknown. |
None |
None. |
Offline |
Offline. |
PostUpgrade |
PostUpgrade. |
PreparingForUpgrade |
PreparingForUpgrade. |
PreUpgrade |
PreUpgrade. |
Running |
Running. |
UpdatingCapi |
UpdatingCAPI. |
UpdatingCloudOperator |
UpdatingCloudOperator. |
UpdatingCluster |
UpdatingCluster. |
UpgradeClusterExtensionFailedToDelete |
UpgradeClusterExtensionFailedToDelete. |
UpgradeComplete |
UpgradeComplete. |
UpgradeFailed |
UpgradeFailed. |
UpgradePrerequisitesCompleted |
UpgradePrerequisitesCompleted. |
UpgradingKvaio |
UpgradingKVAIO. |
Validating |
Validating. |
ValidatingEtcdHealth |
ValidatingETCDHealth. |
ValidatingImageDownload |
ValidatingImageDownload. |
ValidatingImageUpload |
ValidatingImageUpload. |
ValidatingSFSConnectivity |
ValidatingSFSConnectivity. |
WaitingForCloudOperator |
WaitingForCloudOperator. |
WaitingForHeartbeat |
WaitingForHeartbeat. |
WaitingForKvaio |
WaitingForKVAIO. |
Methods
Equals(ResourceConnectorStatus) |
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(ResourceConnectorStatus, ResourceConnectorStatus) |
Determines if two ResourceConnectorStatus values are the same. |
Implicit(String to ResourceConnectorStatus) |
Converts a string to a ResourceConnectorStatus. |
Inequality(ResourceConnectorStatus, ResourceConnectorStatus) |
Determines if two ResourceConnectorStatus values are not the same. |