SubscriptionTransitioningState Struct

Definition

The state.

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

Constructors

Name Description
SubscriptionTransitioningState(String)

Initializes a new instance of SubscriptionTransitioningState.

Properties

Name Description
Deleted

Gets the Deleted.

Registered

Gets the Registered.

Suspended

Gets the Suspended.

SuspendedToDeleted

Gets the SuspendedToDeleted.

SuspendedToRegistered

Gets the SuspendedToRegistered.

SuspendedToUnregistered

Gets the SuspendedToUnregistered.

SuspendedToWarned

Gets the SuspendedToWarned.

Unregistered

Gets the Unregistered.

Warned

Gets the Warned.

WarnedToDeleted

Gets the WarnedToDeleted.

WarnedToRegistered

Gets the WarnedToRegistered.

WarnedToSuspended

Gets the WarnedToSuspended.

WarnedToUnregistered

Gets the WarnedToUnregistered.

Methods

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

Name Description
Equality(SubscriptionTransitioningState, SubscriptionTransitioningState)

Determines if two SubscriptionTransitioningState values are the same.

Implicit(String to Nullable<SubscriptionTransitioningState>)
Implicit(String to SubscriptionTransitioningState)

Converts a string to a SubscriptionTransitioningState.

Inequality(SubscriptionTransitioningState, SubscriptionTransitioningState)

Determines if two SubscriptionTransitioningState values are not the same.

Applies to