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.
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 |
Gets the Deleted. |
| Registered |
Gets the Registered. |
| Suspended |
Gets the Suspended. |
| Unregistered |
Gets the Unregistered. |
| Warned |
Gets the 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. |
| Implicit(String to Nullable<DataBoxEdgeSubscriptionState>) | |
| Inequality(DataBoxEdgeSubscriptionState, DataBoxEdgeSubscriptionState) |
Determines if two DataBoxEdgeSubscriptionState values are not the same. |