DataLakeAnalyticsSubscriptionState 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 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
Azure SDK for .NET