ProviderSubscriptionState Struct

Definition

The subscription state.

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

Constructors

Name Description
ProviderSubscriptionState(String)

Initializes a new instance of ProviderSubscriptionState.

Properties

Name Description
Deleted

Gets the Deleted.

Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

NotDefined

Gets the NotDefined.

PastDue

Gets the PastDue.

Warned

Gets the Warned.

Methods

Name Description
Equals(ProviderSubscriptionState)

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

Determines if two ProviderSubscriptionState values are the same.

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

Converts a string to a ProviderSubscriptionState.

Inequality(ProviderSubscriptionState, ProviderSubscriptionState)

Determines if two ProviderSubscriptionState values are not the same.

Applies to