AddSubscriptionOperationState 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.
Add Subscription Operation state enum.
public readonly struct AddSubscriptionOperationState : IEquatable<Azure.ResourceManager.OracleDatabase.Models.AddSubscriptionOperationState>
type AddSubscriptionOperationState = struct
Public Structure AddSubscriptionOperationState
Implements IEquatable(Of AddSubscriptionOperationState)
- Inheritance
-
AddSubscriptionOperationState
- Implements
Constructors
| Name | Description |
|---|---|
| AddSubscriptionOperationState(String) |
Initializes a new instance of AddSubscriptionOperationState. |
Properties
| Name | Description |
|---|---|
| Failed |
Failed - State when Add Subscription operation failed. |
| Succeeded |
Succeeded - State when Add Subscription operation succeeded. |
| Updating |
Updating - State when Add Subscription operation is being Updated. |
Methods
| Name | Description |
|---|---|
| Equals(AddSubscriptionOperationState) |
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(AddSubscriptionOperationState, AddSubscriptionOperationState) |
Determines if two AddSubscriptionOperationState values are the same. |
| Implicit(String to AddSubscriptionOperationState) |
Converts a String to a AddSubscriptionOperationState. |
| Inequality(AddSubscriptionOperationState, AddSubscriptionOperationState) |
Determines if two AddSubscriptionOperationState values are not the same. |