Dela via


ProviderSubscriptionState Struct

Definition

The ProviderSubscriptionState.

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

Constructors

ProviderSubscriptionState(String)

Initializes a new instance of ProviderSubscriptionState.

Properties

Deleted

Deleted.

Disabled

Disabled.

Enabled

Enabled.

NotDefined

NotDefined.

PastDue

PastDue.

Warned

Warned.

Methods

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

Equality(ProviderSubscriptionState, ProviderSubscriptionState)

Determines if two ProviderSubscriptionState values are the same.

Implicit(String to ProviderSubscriptionState)

Converts a string to a ProviderSubscriptionState.

Inequality(ProviderSubscriptionState, ProviderSubscriptionState)

Determines if two ProviderSubscriptionState values are not the same.

Applies to