共用方式為


DataLakeAnalyticsSubscriptionState Struct

Definition

The subscription state. Serialized Name: SubscriptionState

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

Constructors

DataLakeAnalyticsSubscriptionState(String)

Initializes a new instance of DataLakeAnalyticsSubscriptionState.

Properties

Deleted

Deleted Serialized Name: SubscriptionState.Deleted

Registered

Registered Serialized Name: SubscriptionState.Registered

Suspended

Suspended Serialized Name: SubscriptionState.Suspended

Unregistered

Unregistered Serialized Name: SubscriptionState.Unregistered

Warned

Warned Serialized Name: SubscriptionState.Warned

Methods

Equals(DataLakeAnalyticsSubscriptionState)

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

Determines if two DataLakeAnalyticsSubscriptionState values are the same.

Implicit(String to DataLakeAnalyticsSubscriptionState)

Converts a string to a DataLakeAnalyticsSubscriptionState.

Inequality(DataLakeAnalyticsSubscriptionState, DataLakeAnalyticsSubscriptionState)

Determines if two DataLakeAnalyticsSubscriptionState values are not the same.

Applies to