DataBoxEdgeSubscriptionState Struct

Definition

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