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
DataBoxEdgeSubscriptionState(String) |
Initializes a new instance of DataBoxEdgeSubscriptionState. |
Properties
Deleted |
Deleted. |
Registered |
Registered. |
Suspended |
Suspended. |
Unregistered |
Unregistered. |
Warned |
Warned. |
Methods
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
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. |
Applies to
Azure SDK for .NET