SubscriptionTransitioningState 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 SubscriptionTransitioningState.
public readonly struct SubscriptionTransitioningState : IEquatable<Azure.ResourceManager.ProviderHub.Models.SubscriptionTransitioningState>
type SubscriptionTransitioningState = struct
Public Structure SubscriptionTransitioningState
Implements IEquatable(Of SubscriptionTransitioningState)
- Inheritance
-
SubscriptionTransitioningState
- Implements
Constructors
SubscriptionTransitioningState(String) |
Initializes a new instance of SubscriptionTransitioningState. |
Properties
Deleted |
Deleted. |
Registered |
Registered. |
Suspended |
Suspended. |
SuspendedToDeleted |
SuspendedToDeleted. |
SuspendedToRegistered |
SuspendedToRegistered. |
SuspendedToUnregistered |
SuspendedToUnregistered. |
SuspendedToWarned |
SuspendedToWarned. |
Unregistered |
Unregistered. |
Warned |
Warned. |
WarnedToDeleted |
WarnedToDeleted. |
WarnedToRegistered |
WarnedToRegistered. |
WarnedToSuspended |
WarnedToSuspended. |
WarnedToUnregistered |
WarnedToUnregistered. |
Methods
Equals(SubscriptionTransitioningState) |
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(SubscriptionTransitioningState, SubscriptionTransitioningState) |
Determines if two SubscriptionTransitioningState values are the same. |
Implicit(String to SubscriptionTransitioningState) |
Converts a string to a SubscriptionTransitioningState. |
Inequality(SubscriptionTransitioningState, SubscriptionTransitioningState) |
Determines if two SubscriptionTransitioningState values are not the same. |
Applies to
Azure SDK for .NET