DataBoxEdgeSubscriptionState 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 DataBoxEdgeSubscriptionState.
public readonly struct DataBoxEdgeSubscriptionState : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSubscriptionState>
type DataBoxEdgeSubscriptionState = struct
Public Structure DataBoxEdgeSubscriptionState
Implements IEquatable(Of DataBoxEdgeSubscriptionState)
- Inheritance
-
DataBoxEdgeSubscriptionState
- Implements
Constructors
| Name | Description |
|---|---|
| DataBoxEdgeSubscriptionState(String) |
Initializes a new instance of DataBoxEdgeSubscriptionState. |
Properties
| Name | Description |
|---|---|
| Deleted |
Deleted. |
| Registered |
Registered. |
| Suspended |
Suspended. |
| Unregistered |
Unregistered. |
| Warned |
Warned. |
Methods
| Name | Description |
|---|---|
| Equals(DataBoxEdgeSubscriptionState) |
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(DataBoxEdgeSubscriptionState, DataBoxEdgeSubscriptionState) |
Determines if two DataBoxEdgeSubscriptionState values are the same. |
| Implicit(String to DataBoxEdgeSubscriptionState) |
Converts a String to a DataBoxEdgeSubscriptionState. |
| Inequality(DataBoxEdgeSubscriptionState, DataBoxEdgeSubscriptionState) |
Determines if two DataBoxEdgeSubscriptionState values are not the same. |