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