StorageMoverConnectionStatus 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 connection status.
public readonly struct StorageMoverConnectionStatus : IEquatable<Azure.ResourceManager.StorageMover.Models.StorageMoverConnectionStatus>
type StorageMoverConnectionStatus = struct
Public Structure StorageMoverConnectionStatus
Implements IEquatable(Of StorageMoverConnectionStatus)
- Inheritance
-
StorageMoverConnectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| StorageMoverConnectionStatus(String) |
Initializes a new instance of StorageMoverConnectionStatus. |
Properties
| Name | Description |
|---|---|
| Approved |
Gets the Approved. |
| Disconnected |
Gets the Disconnected. |
| Pending |
Gets the Pending. |
| Rejected |
Gets the Rejected. |
| Stale |
Gets the Stale. |
Methods
| Name | Description |
|---|---|
| Equals(StorageMoverConnectionStatus) |
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(StorageMoverConnectionStatus, StorageMoverConnectionStatus) |
Determines if two StorageMoverConnectionStatus values are the same. |
| Implicit(String to Nullable<StorageMoverConnectionStatus>) | |
| Implicit(String to StorageMoverConnectionStatus) |
Converts a string to a StorageMoverConnectionStatus. |
| Inequality(StorageMoverConnectionStatus, StorageMoverConnectionStatus) |
Determines if two StorageMoverConnectionStatus values are not the same. |