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

Name Description
DataLakeStoreSubscriptionState(String)

Initializes a new instance of DataLakeStoreSubscriptionState.

Properties

Name Description
Deleted

Deleted.

Registered

Registered.

Suspended

Suspended.

Unregistered

Unregistered.

Warned

Warned.

Methods

Name Description
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

Name Description
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