Share via


DataLakeStoreSubscriptionState Struct

Definition

The subscription state.

public readonly struct DataLakeStoreSubscriptionState : IEquatable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreSubscriptionState>
type DataLakeStoreSubscriptionState = struct
Public Structure DataLakeStoreSubscriptionState
Implements IEquatable(Of DataLakeStoreSubscriptionState)
Inheritance
DataLakeStoreSubscriptionState
Implements

Constructors

DataLakeStoreSubscriptionState(String)

Initializes a new instance of DataLakeStoreSubscriptionState.

Properties

Deleted

Deleted.

Registered

Registered.

Suspended

Suspended.

Unregistered

Unregistered.

Warned

Warned.

Methods

Equals(DataLakeStoreSubscriptionState)

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(DataLakeStoreSubscriptionState, DataLakeStoreSubscriptionState)

Determines if two DataLakeStoreSubscriptionState values are the same.

Implicit(String to DataLakeStoreSubscriptionState)

Converts a string to a DataLakeStoreSubscriptionState.

Inequality(DataLakeStoreSubscriptionState, DataLakeStoreSubscriptionState)

Determines if two DataLakeStoreSubscriptionState values are not the same.

Applies to